Renamed route api to route api v1.

This commit is contained in:
2023-03-05 20:42:09 +06:00
parent 587679a33c
commit f49cc60f9a
2 changed files with 2 additions and 6 deletions

15
routes/api-v1.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Route;
/*
|--------------------------------------------------------------------------
| API Routes
|--------------------------------------------------------------------------
|
| Here is where you can register API routes for your application. These
| routes are loaded by the RouteServiceProvider and all of them will
| be assigned to the "api" middleware group. Make something great!
|
*/