add map api to safety

This commit is contained in:
2025-04-08 14:32:41 +03:30
parent fed15940e4
commit 107f9ff469

View File

@@ -347,6 +347,7 @@ Route::prefix('safety_and_privacy')
Route::get('/{safetyAndPrivacy}', 'show')->name('show');
Route::delete('/{safetyAndPrivacy}', 'destroy')->name('destroy')->middleware('permission:delete-safety-and-privacy');
Route::get('/deserialize/{safetyAndPrivacy}', 'deserialize')->name('deserialize');
Route::get('/map', 'map')->name('map');
});
Route::prefix('safety_and_privacy_report')
@@ -393,4 +394,3 @@ Route::prefix('Road-Maintenance-Station')
->group(function () {
Route::get('/', 'index')->name('index');
});