# Routes

GET     /health                     controllers.HealthController.check
GET     /                           controllers.UserController.getUsers
POST    /                           controllers.UserController.addUser

GET     /notifications              controllers.NotificationController.notifications
GET     /notifications/users        controllers.NotificationController.usersWs
GET     /notifications/sse          controllers.NotificationController.usersSse

GET     /assets/*file               controllers.Assets.versioned(path="/public", file: Asset)
