add route

This commit is contained in:
Alex Holliday
2025-06-16 12:17:22 +08:00
parent 3cdc21f1be
commit 959f265617
+1
View File
@@ -14,6 +14,7 @@ class NotificationRoutes {
this.router.post("/trigger", this.notificationController.triggerNotification);
this.router.post("/test", this.notificationController.testNotification);
this.router.post("/test/all", this.notificationController.testAllNotifications);
this.router.post("/", this.notificationController.createNotification);