add map api to safety
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user