fix(volatile-cluster-config): fix pathpiece instance

This commit is contained in:
Gregor Kleen 2021-08-13 14:06:31 +02:00
parent b1143cb12b
commit dcd5dddec8

View File

@ -34,7 +34,7 @@ data VolatileClusterSettingsKey
deriving (Eq, Ord, Enum, Bounded, Show, Read, Generic, Typeable)
deriving anyclass (Hashable, Universe, Finite, NFData)
nullaryPathPiece ''VolatileClusterSettingsKey $ camelToPathPiece' 1
nullaryPathPiece ''VolatileClusterSettingsKey $ camelToPathPiece' 2
pathPieceJSON ''VolatileClusterSettingsKey
pathPieceJSONKey ''VolatileClusterSettingsKey
pathPieceHttpApiData ''VolatileClusterSettingsKey