update
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user