From 4ebd40108d93f51be4307fd7d458f2fce9c63581 Mon Sep 17 00:00:00 2001 From: Reginald CHERENFANT JASMIN Date: Wed, 20 Sep 2023 09:47:27 -0500 Subject: [PATCH] Dadeschools JWT based authentication integration --- .../Controllers/SurveyResponsesController.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/DamageAssesmentApi/DamageAssesment.Api.SurveyResponses/Controllers/SurveyResponsesController.cs b/DamageAssesmentApi/DamageAssesment.Api.SurveyResponses/Controllers/SurveyResponsesController.cs index 3e9246f..2d90851 100644 --- a/DamageAssesmentApi/DamageAssesment.Api.SurveyResponses/Controllers/SurveyResponsesController.cs +++ b/DamageAssesmentApi/DamageAssesment.Api.SurveyResponses/Controllers/SurveyResponsesController.cs @@ -1,9 +1,6 @@ using DamageAssesment.Api.SurveyResponses.Interfaces; using DamageAssesment.Api.SurveyResponses.Models; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Configuration; -using System.IdentityModel.Tokens.Jwt; namespace DamageAssesment.Api.SurveyResponses.Controllers {