feat: Introduce data manager service with PocketBase authentication and professor dashboard.

This commit is contained in:
Elmar Kresse
2025-11-22 22:46:06 +01:00
parent 5f383f5638
commit f40558646c
7 changed files with 85 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ func setupApp() *pocketbase.PocketBase {
})
service.AddRoutes(services)
service.AddSchedules(services)
service.AddHooks(app)
return app
}