feat:#26 added new api route

This commit is contained in:
Elmar Kresse
2024-02-04 00:54:59 +01:00
parent 57ef3c2f70
commit 4878499650
4 changed files with 66 additions and 10 deletions

View File

@@ -21,9 +21,7 @@ func main() {
// (the isGoRun check is to enable it only during development)
Automigrate: isGoRun,
})
service.AddRoutes(app)
service.AddSchedules(app)
if err := app.Start(); err != nil {