start of notifications implementation 2/2

This commit is contained in:
Retrofoxxo 2024-08-06 16:47:38 +02:00 committed by GitHub
parent 8a0974371a
commit 3ca704e08a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,9 @@
<?php
header('Content-Type: application/json');
?>
{
"code": "",
"data": {},
"success": true,
"error": ""
}