create new thing

This commit is contained in:
2025-08-27 10:44:23 +03:30
parent 3049556f0c
commit 68796489f8
4 changed files with 81 additions and 48 deletions

View File

@@ -565,7 +565,7 @@ Route::prefix('harim')
->name('panjarevahed.')
->controller(PanjarevahedController::class)
->group(function () {
Route::post('/get_access_route','getAccessRoute')->name('getAccessRoute');
Route::post('/get_access_road','getAccessRoad')->name('getAccessRoad');
});
});