location/routes/api.php

16 lines
495 B
PHP
Raw Normal View History

2024-08-07 03:08:55 +00:00
<?php
use Illuminate\Support\Facades\Route;
use Modules\Location\Http\Controllers\LocationController;
/*
*--------------------------------------------------------------------------
* API Routes
*--------------------------------------------------------------------------
*
* Here is where you can register API routes for your application. These
* routes are loaded by the RouteServiceProvider within a group which
* is assigned the "api" middleware group. Enjoy building your API!
*
*/