Merge branch 'main' into 10-roomfinder

This commit is contained in:
Elmar Kresse
2023-10-20 19:46:06 +02:00
45 changed files with 2374 additions and 481 deletions

View File

@@ -24,6 +24,8 @@ func main() {
service.AddRoutes(app)
service.AddSchedules(app)
if err := app.Start(); err != nil {
log.Fatal(err)
}