Skip to content
Snippets Groups Projects
Commit c92ae654 authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

change port

parent 460e743c
No related branches found
No related tags found
1 merge request!6change port
......@@ -6,7 +6,7 @@ app:
server:
host: "localhost"
port: 8080
port: 5000
context-path: "/api/weather"
db:
......
......@@ -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",
......
......@@ -9,7 +9,7 @@
},
"version": "1.0"
},
"host": "localhost:8080",
"host": "localhost:5000",
"basePath": "/",
"paths": {
"/api/weather/freezing-dates": {
......
......@@ -128,7 +128,7 @@ definitions:
type: number
type: array
type: object
host: localhost:8080
host: localhost:5000
info:
contact:
email: tgsiegel@umd.edu
......
......@@ -111,7 +111,7 @@ func init() {
// @description All operations for GDD/Freezing Date data
// @contact.name API Support
// @contact.email tgsiegel@umd.edu
// @host localhost:8080
// @host localhost:5000
// @BasePath /
func main() {
flag.Parse()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment