From 3ca704e08ac1c71293f6864f0ce28178068ed492 Mon Sep 17 00:00:00 2001 From: Retrofoxxo <144725203+retrofoxxo@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:47:38 +0200 Subject: [PATCH] start of notifications implementation 2/2 --- user/profile/notificationsettings.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 user/profile/notificationsettings.php diff --git a/user/profile/notificationsettings.php b/user/profile/notificationsettings.php new file mode 100644 index 0000000..daa2d82 --- /dev/null +++ b/user/profile/notificationsettings.php @@ -0,0 +1,9 @@ + +{ + "code": "", + "data": {}, + "success": true, + "error": "" +} \ No newline at end of file