start of notifications implementation 2/2
This commit is contained in:
parent
8a0974371a
commit
3ca704e08a
1 changed files with 9 additions and 0 deletions
9
user/profile/notificationsettings.php
Normal file
9
user/profile/notificationsettings.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
header('Content-Type: application/json');
|
||||
?>
|
||||
{
|
||||
"code": "",
|
||||
"data": {},
|
||||
"success": true,
|
||||
"error": ""
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue