mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
Update to api: WIP device access
This commit is contained in:
parent
e9e6f9e798
commit
22f4fecce2
5 changed files with 46 additions and 5 deletions
|
|
@ -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))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue