first commit
This commit is contained in:
12
app/Module/Auth/v0/Routes/Routes.php
Executable file
12
app/Module/Auth/v0/Routes/Routes.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
use AxiumPHP\Core\Router;
|
||||
|
||||
Router::group(
|
||||
prefix: '/v0',
|
||||
callback: function() {
|
||||
require 'AuthRoutes.php';
|
||||
},
|
||||
middlewares: [
|
||||
|
||||
]
|
||||
);
|
||||
Reference in New Issue
Block a user