Skip to content
Snippets Groups Projects

change port

Merged Tucker Gary Siegel requested to merge develop into master
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -935,7 +935,7 @@ type swaggerInfo struct {
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = swaggerInfo{
Version: "1.0",
Host: "localhost:8080",
Host: "localhost:5000",
BasePath: "/",
Schemes: []string{},
Title: "Dawn GDD Service",
Loading