79352415

Date: 2025-01-13 14:01:42
Score: 0.5
Natty:
Report link

Simply create a JSON file at public/api/notification/message with the following content:

{"notifications":[]}

Apache will serve this file due to the rewrite rule in public/.htaccess

...
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ - [L]
...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: kaluzki