Commit bf96e958 authored by nikhiljindal's avatar nikhiljindal

ran gofmt

parent 90d19ed7
...@@ -413,8 +413,8 @@ func (m *Master) InstallSwaggerAPI() { ...@@ -413,8 +413,8 @@ func (m *Master) InstallSwaggerAPI() {
swaggerConfig := swagger.Config{ swaggerConfig := swagger.Config{
WebServices: m.handlerContainer.RegisteredWebServices(), WebServices: m.handlerContainer.RegisteredWebServices(),
// TODO: Parameterize the path? // TODO: Parameterize the path?
ApiPath: "/swaggerapi/", ApiPath: "/swaggerapi/",
SwaggerPath: "/swaggerui/", SwaggerPath: "/swaggerui/",
SwaggerFilePath: "/static/swagger-ui/", SwaggerFilePath: "/static/swagger-ui/",
} }
swagger.RegisterSwaggerService(swaggerConfig, m.handlerContainer) swagger.RegisterSwaggerService(swaggerConfig, m.handlerContainer)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment