added schedule for updating all modules

This commit is contained in:
Elmar Kresse
2023-10-01 13:30:19 +02:00
parent f982feec4f
commit f89416170d
7 changed files with 112 additions and 8 deletions

View File

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