change and fix code

This commit is contained in:
2025-09-07 16:33:52 +03:30
parent cf11923c6e
commit 7844c247e3
8 changed files with 56 additions and 13 deletions

View File

@@ -567,6 +567,8 @@ Route::prefix('harim')
->group(function () {
Route::post('/receive_new_request', 'receiveNewRequest')->name('receiveNewRequest');
Route::post('/receive_access_road','getAccessRoad')->name('getAccessRoad');
Route::post('/get_reject_request','getRejectRequest')->name('getRejectRequest');
Route::post('/get_final_polygons','getFinalPolygons')->name('getFinalPolygons');
});
});