File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727// @license.name Apache 2.0
2828// @license.url http://www.apache.org/licenses/LICENSE-2.0.html
2929
30- // @host localhost:8080
30+ // @host api.capyrpi.org
3131// @BasePath /v1
3232
3333// @securityDefinitions.apikey CookieAuth
Original file line number Diff line number Diff line change @@ -1894,7 +1894,7 @@ const docTemplate = `{
18941894// SwaggerInfo holds exported Swagger Info so clients can modify it
18951895var SwaggerInfo = & swag.Spec {
18961896 Version : "1.0" ,
1897- Host : "localhost:8080 " ,
1897+ Host : "api.capyrpi.org " ,
18981898 BasePath : "/v1" ,
18991899 Schemes : []string {},
19001900 Title : "Capy API" ,
Original file line number Diff line number Diff line change 1515 },
1616 "version" : " 1.0"
1717 },
18- "host" : " localhost:8080 " ,
18+ "host" : " api.capyrpi.org " ,
1919 "basePath" : " /v1" ,
2020 "paths" : {
2121 "/auth/google" : {
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ definitions:
223223 uid :
224224 type : string
225225 type : object
226- host : localhost:8080
226+ host : api.capyrpi.org
227227info :
228228 contact :
229229 email : support@swagger.io
You can’t perform that action at this time.
0 commit comments