Skip to content

Commit

Permalink
Changing port to 9898
Browse files Browse the repository at this point in the history
  • Loading branch information
relferreira committed Feb 22, 2019
1 parent de4f2f1 commit b72508d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,5 @@ func main() {
})
})

r.Run() // listen and serve on 0.0.0.0:8080
r.Run(":9898") // listen and serve on 0.0.0.0:8080
}
2 changes: 1 addition & 1 deletion ui/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
API=http://localhost:8080/api
API=http://localhost:9898/api

0 comments on commit b72508d

Please sign in to comment.