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