Endpoints

This commit is contained in:
2024-07-22 21:38:21 +02:00
parent 5251c43a6b
commit 700faf4351
10 changed files with 367 additions and 158 deletions
+1 -1
View File
@@ -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");