This commit is contained in:
2024-07-20 19:23:43 +02:00
parent d608a990b6
commit 3fa2f07ed3
14 changed files with 526 additions and 47 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace Api\Logout;
class Logout
{
public function post()
{
echo "LOGOUT HANDLER post";
print_r(input()->all());
}
}