Webserver: Add bicycle api

This commit is contained in:
Thomas Klaehn
2023-03-01 08:12:49 +01:00
parent 137b342629
commit 52dbdb0b65
3 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import (
"log"
"net/http"
bicycle "git.blackfinn.de/apiservice/bicycle"
sauna "git.blackfinn.de/apiservice/sauna"
)
@@ -24,6 +25,7 @@ func main() {
flag.Parse()
// Start apis
bicycle.Start()
sauna.Start()
// Serve files from static folder