changed avatar url in both old and new EDIT APIs| removed db raw from road items report| changed url in Randd

This commit is contained in:
2024-10-01 13:12:12 +00:00
parent bc4ae8d3a8
commit 7678ed9298
8 changed files with 17 additions and 14 deletions

View File

@@ -698,7 +698,7 @@ Route::get('/profile', function () {
// })->middleware(['auth', 'confirmUser']);
// Route::get('/winter-camp', 'View\WinterCampController@view')->middleware(['auth', 'confirmUser']);
// Route::get('/randd/voting/{id}', 'View\RandDController@showVoteSinglePage');
Route::get('/randd/voting/{id}', 'View\RandDController@showVoteSinglePage');
Route::get('bi', 'View\BiController@show');
// Route::get('reports', function () {
@@ -806,7 +806,7 @@ Route::post('webapi/cmms/search', 'Api\CMMSController@search');
// //// RandD Voting API
// Route::post('webapi/randd/voting/{id}/start', 'Api\RandDVoting\AdminVoterController@startVoting');
// // Route::post('webapi/randd/voting/{id}/rejectProject', 'Api\RandDVoting\AdminVoterController@rejectProject');
// Route::middleware('cors:api')->post('webapi/randd/voting/{id}/store', 'Api\RandDVoting\VoterController@storeVoting');
Route::middleware('cors:api')->post('webapi/randd/voting/{id}/store', 'Api\RandDVoting\VoterController@storeVoting');
// Route::get('webapi/randd/voting/{id}/result', 'Api\RandDVoting\VoterController@showResult');
// Route::post('webapi/randd/voting/{id}/end', 'Api\RandDVoting\AdminVoterController@endVoting');