This commit is contained in:
Naden
2026-04-25 05:23:01 +07:00
parent 964ff3a547
commit 1c1ebf1079
2 changed files with 31 additions and 33 deletions

View File

@@ -19,6 +19,9 @@ class SuperUserController extends BaseController
*/
public function auth()
{
// Debug point
echo json_encode(["status" => "reached auth"]); die;
$inputUsername = $this->post('username');
$inputPassword = $this->post('password');