This commit is contained in:
2026-06-10 12:14:31 +03:30
parent c0ff35c0a8
commit a1a858abbf
2 changed files with 82 additions and 32 deletions
+1
View File
@@ -150,6 +150,7 @@
});
// User: answer + read questions with their own answers only.
Route::get('/survey-questions/suggested-media', [SurveyQuestionController::class, 'suggestedMedia']);
Route::post('/survey-questions/answers', [SurveyQuestionController::class, 'bulkAnswer']);
Route::post('/survey-questions/{id}/answer', [SurveyQuestionController::class, 'answer']);
Route::apiResource('survey-questions', SurveyQuestionController::class);