Add kontor-echo and kontor-fiber to kontor-pod

resolve #35

(cherry picked from commit 05e26e512da9c237adbb58510df2b490837cd836)
This commit is contained in:
2026-01-29 23:36:15 +01:00
parent dc577a9b55
commit 182d77354e
5 changed files with 60 additions and 15 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func main() {
handler.SetupComicRoutes(api)
handler.SetupMediaRoutes(api)
// Listen on port 8900
app.Listen(":8600")
app.Listen(":8500")
log.Println("Kontor finished")
}