Seed data commented for Attachments and SurveyResponse

This commit is contained in:
Santhosh S
2023-09-04 22:04:58 -04:00
parent cc4b58d072
commit 4d6ae0f0f8
4 changed files with 9 additions and 8 deletions

View File

@ -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);