notifications fixed

This commit is contained in:
Simon Pocrnjič
2025-11-04 20:12:38 +01:00
parent 5f879c9436
commit ad8e0d5cee
5 changed files with 45 additions and 20 deletions
@@ -36,6 +36,6 @@ public function __invoke(Request $request)
]
);
return response()->json(['status' => 'ok']);
return back();
}
}