forked from Cliffbreak/tsviewer
Fixing Port issue
This commit is contained in:
parent
c0e8b1b8e1
commit
d7d3732fab
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -62,5 +62,5 @@ func main() {
|
|||
http.StripPrefix("/static", http.FileServer(http.Dir("./static"))).ServeHTTP(w, r)
|
||||
})
|
||||
|
||||
log.Fatal("Handler: ", http.ListenAndServe(":8080", router))
|
||||
log.Fatal("Handler: ", http.ListenAndServe(config.ServerWeb.Port, router))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue