🚑️ Use port 8088 for front-end
This commit is contained in:
parent
c0c2a5ffcc
commit
2796d816e8
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ func main() {
|
|||
render(w, "test.page.gohtml")
|
||||
})
|
||||
|
||||
fmt.Println("Starting front end service on port 80")
|
||||
err := http.ListenAndServe(":80", nil)
|
||||
fmt.Println("Starting front end service on port 8088")
|
||||
err := http.ListenAndServe(":8088", nil)
|
||||
if err != nil {
|
||||
log.Panic(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue