microserviciile de register, login finalizate
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace app\core;
|
||||
|
||||
interface AuthInterface
|
||||
{
|
||||
public function executeReq(array $body): int|string;
|
||||
}
|
||||
Reference in New Issue
Block a user