Reorder port usage
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
@@ -34,7 +34,7 @@ func main() {
|
||||
apiservice_printer.AddHandler()
|
||||
apiservice_relay.AddHandler()
|
||||
|
||||
port := ":5005"
|
||||
port := ":80"
|
||||
http.Handle("/", http.FileServer(http.Dir(webui_path)))
|
||||
logger.Fatal(http.ListenAndServe(port, nil))
|
||||
}
|
||||
|
Reference in New Issue
Block a user