Endpoints
This commit is contained in:
@@ -51,7 +51,7 @@ class User extends Api
|
||||
|
||||
public function patchSelf(): void
|
||||
{
|
||||
$token = Request::header("token");
|
||||
$token = Request::token();
|
||||
$username = Input::patch("username");
|
||||
$password = Input::patch("password");
|
||||
$image = Input::file("image");
|
||||
|
||||
Reference in New Issue
Block a user