fix: swagger docs path [skip ci]

This commit is contained in:
Ferdinand Mütsch 2022-09-30 11:02:32 +02:00
parent e28070b288
commit f204ca888d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func main() {
config = conf.Load(version)
// Configure Swagger docs
docs.SwaggerInfo.BasePath = config.Server.BasePath
docs.SwaggerInfo.BasePath = config.Server.BasePath + "/api"
// Set log level
if config.IsDev() {