This commit is contained in:
2024-10-28 18:30:03 -04:00
parent e55dc42068
commit 576b1634a6
5 changed files with 45 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
<?php
header('Content-Type: application/json');
echo '{"success":true, "message":"success", "username":"test account", "email":"test@test.com"}';