read all working
This commit is contained in:
parent
495e1c024e
commit
ef09a04b5e
7 changed files with 105 additions and 65 deletions
|
|
@ -24,10 +24,4 @@ Kirby::plugin("adrienpayet/pdc-notifications", [
|
|||
require(__DIR__ . "/routes/readAll.php"),
|
||||
require(__DIR__ . "/routes/read.php")
|
||||
],
|
||||
"userMethods" => [
|
||||
// "sendNotification" => require(__DIR__ . "/user-methods/send.php"),
|
||||
"deleteNotification" => require(__DIR__ . "/user-methods/delete.php"),
|
||||
"readNotification" => require(__DIR__ . "/user-methods/read.php"),
|
||||
"readAllNotifications" => require(__DIR__ . "/user-methods/readAll.php")
|
||||
]
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue