Remove bicycle api

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2025-10-02 13:45:39 +02:00
parent f71c15b4d2
commit ba04121e59
6 changed files with 5 additions and 38 deletions

View File

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