index endpoint start

This commit is contained in:
Simon Martens
2024-11-16 02:30:20 +01:00
parent d4feb20f07
commit 527fbfa000
14 changed files with 230 additions and 25 deletions

View File

@@ -37,7 +37,7 @@ func main() {
kgpz := app.NewKGPZ(cfg)
kgpz.Init()
server := server.Start(kgpz, cfg)
server := server.Create(kgpz, cfg)
Start(kgpz, server)
}