comments working
This commit is contained in:
parent
375bed1d01
commit
0b472988a2
14 changed files with 107 additions and 59 deletions
|
|
@ -8,7 +8,7 @@ return [
|
|||
$data = json_decode($json);
|
||||
|
||||
try {
|
||||
$project = page($data->projectUuid);
|
||||
$project = page($data->projectId);
|
||||
$project->readNotification($data->notificationId);
|
||||
return json_encode([
|
||||
"status" => "success"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue