ran gofmt

This commit is contained in:
nikhiljindal 2014-12-19 16:16:54 -08:00
parent 90d19ed7a5
commit bf96e95899

View File

@ -413,8 +413,8 @@ func (m *Master) InstallSwaggerAPI() {
swaggerConfig := swagger.Config{
WebServices: m.handlerContainer.RegisteredWebServices(),
// TODO: Parameterize the path?
ApiPath: "/swaggerapi/",
SwaggerPath: "/swaggerui/",
ApiPath: "/swaggerapi/",
SwaggerPath: "/swaggerui/",
SwaggerFilePath: "/static/swagger-ui/",
}
swagger.RegisterSwaggerService(swaggerConfig, m.handlerContainer)