Compare commits

..

1 Commits

Author SHA1 Message Date
Thomas Klaehn
ec727efc13 Add camera control
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2025-09-11 08:42:57 +02:00

View File

@@ -36,7 +36,7 @@ func main() {
apiservice_printer.AddHandler()
apiservice_relay.AddHandler()
port := ":80"
port := ":8083"
http.Handle("/", http.FileServer(http.Dir(webui_path)))
logger.Fatal(http.ListenAndServe(port, nil))
}