Update to api: WIP device access

This commit is contained in:
Jesse Malotaux 2025-03-23 18:22:36 +01:00
parent e9e6f9e798
commit 22f4fecce2
5 changed files with 46 additions and 5 deletions

View file

@ -5,7 +5,6 @@ import (
"net/http"
"be/app"
"be/app/helper"
)
func main() {
@ -21,7 +20,7 @@ func main() {
})
helper.OpenBrowser("http://localhost:6970")
// helper.OpenBrowser("http://localhost:6970")
log.Fatal(http.ListenAndServe(":6970", nil))
}