Closed stelcodes closed 2 years ago
Previously the publish-dir value was specified in the config map, now it is passed directly to the nuzzle.api.publish function via keyword argument.
publish-dir
nuzzle.api.publish
Part of the effort to move top-level config values into function arguments.
Fixes #148
Previously the
publish-dir
value was specified in the config map, now it is passed directly to thenuzzle.api.publish
function via keyword argument.Part of the effort to move top-level config values into function arguments.
Fixes #148