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
This commit is contained in:
@@ -13,7 +13,3 @@ use Modules\Location\Http\Controllers\LocationController;
|
||||
* is assigned the "api" middleware group. Enjoy building your API!
|
||||
*
|
||||
*/
|
||||
|
||||
Route::middleware(['auth:sanctum'])->prefix('v1')->group(function () {
|
||||
Route::apiResource('location', LocationController::class)->names('location');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user