More loader

This commit is contained in:
2024-07-20 14:04:08 +02:00
parent 0951285ff8
commit 7461a42586
10 changed files with 161 additions and 40 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace Api\Login;
class Login
{
public function post()
{
echo "LOGIN HANDLER post";
}
}