Dockerise Sprint 2 Code with bug fix

This commit is contained in:
Santhosh S
2023-08-28 01:03:24 -04:00
parent cd261a5556
commit a130aff300
38 changed files with 690 additions and 96 deletions

View File

@ -13,10 +13,13 @@ namespace DamageAssesment.Api.Surveys.Controllers
{
this.surveyProvider = surveyProvider;
}
/// <summary>
/// GET request for retrieving surveys.
/// GET request for retrieving surveys
/// </summary>
/// <remarks>
/// This endpoint retrieves surveys. You can use it to get all surveys or surveys for a specific language.
/// </remarks>
[Route("Surveys")]
[Route("{Language}/Surveys")]
[HttpGet]