Compare commits
1 Commits
ec727efc13
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
35db2c1f58 |
@@ -36,7 +36,7 @@ func main() {
|
||||
apiservice_printer.AddHandler()
|
||||
apiservice_relay.AddHandler()
|
||||
|
||||
port := ":8083"
|
||||
port := ":80"
|
||||
http.Handle("/", http.FileServer(http.Dir(webui_path)))
|
||||
logger.Fatal(http.ListenAndServe(port, nil))
|
||||
}
|
||||
|
Reference in New Issue
Block a user