Update port
This commit is contained in:
parent
7e245e3bc2
commit
739831ba07
1 changed files with 2 additions and 2 deletions
|
|
@ -69,8 +69,8 @@ func Start(path string) {
|
|||
AllowCredentials: true,
|
||||
})
|
||||
|
||||
log.Printf("[INFO] Listening on 127.0.0.1:3535")
|
||||
log.Fatalln(http.ListenAndServe("127.0.0.1:3535", c.Handler(mux)))
|
||||
log.Printf("[INFO] Listening on 127.0.0.1:8090")
|
||||
log.Fatalln(http.ListenAndServe("127.0.0.1:8090", c.Handler(mux)))
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue