API: Re-add /api/v1/config endpoint

This commit is contained in:
Michael Mayer 2020-12-19 01:54:29 +01:00
parent de955f8fc6
commit 651c4f12c1

View file

@ -26,6 +26,7 @@ func registerRoutes(router *gin.Engine, conf *config.Config) {
api.GetStatus(v1)
api.GetErrors(v1)
api.GetConfig(v1)
api.GetConfigOptions(v1)
api.SaveConfigOptions(v1)