From fae209d1dd2c84a28519b23b4e259391863757ed Mon Sep 17 00:00:00 2001 From: 0thigs Date: Fri, 25 Oct 2024 19:54:55 -0300 Subject: [PATCH] =?UTF-8?q?=E2=99=BBrefactor:=20add=20delete=20notificatio?= =?UTF-8?q?n=20controller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/server/src/api/controllers/notifications/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 apps/server/src/api/controllers/notifications/index.ts diff --git a/apps/server/src/api/controllers/notifications/index.ts b/apps/server/src/api/controllers/notifications/index.ts new file mode 100644 index 00000000..cc5eaa32 --- /dev/null +++ b/apps/server/src/api/controllers/notifications/index.ts @@ -0,0 +1 @@ +export { DeleteNotificationController } from './delete-notification-controller' \ No newline at end of file