api code global jain
This commit is contained in:
7
routes/api/versions/versions.php
Normal file
7
routes/api/versions/versions.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::group(['prefix' => 'v1'], function () {
|
||||
includeRouteFiles(__DIR__ . '/../v1');
|
||||
});
|
||||
Reference in New Issue
Block a user