forked from MDCPS/DamageAssessment_Backend
Seed data commented for Attachments and SurveyResponse
This commit is contained in:
@ -38,7 +38,7 @@ namespace DamageAssesment.Api.SurveyResponses.Controllers
|
||||
/// GET request for retrieving survey responses by survey ID.
|
||||
/// </summary>
|
||||
|
||||
[HttpGet("{surveyId}")]
|
||||
[HttpGet("surveys/{surveyId}")]
|
||||
public async Task<ActionResult> GetSurveyResponsesAsync(int surveyId)
|
||||
{
|
||||
var result = await this.surveyResponseProvider.GetSurveyResponsesBySurveyAsync(surveyId);
|
||||
|
Reference in New Issue
Block a user