Image now a file

This commit is contained in:
2024-07-21 18:28:19 +02:00
parent 8d91e805dd
commit b3c5841e36
17 changed files with 346 additions and 36 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ class Logout
public function post()
{
$token = request()->getHeader("token");
return json_decode(User::getByToken($token)->logOut($token));
return json_decode(User::getByToken($token)->logOut());
}
}