location/routes/api.php
Daeng Deni Mardaeni 4987002a9d Feature #6 : Update
- Add Get Village by District Code
- Add Get Postal Code by Village Code
- Update Filter on Villages, District, and City, add dropdown to select province, city, district before filter for faster filter
2024-08-13 10:42:03 +07:00

16 lines
495 B
PHP

<?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!
*
*/