From 26cd8dafb3867d47d20daf8b6723dc40b4bdcd6c Mon Sep 17 00:00:00 2001 From: transtrike Date: Thu, 17 Dec 2020 11:54:11 +0200 Subject: Cleanup in User and preparation for Friends implementation --- src/DevHive.Web/Startup.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/DevHive.Web') diff --git a/src/DevHive.Web/Startup.cs b/src/DevHive.Web/Startup.cs index 35dd5c3..e81d307 100644 --- a/src/DevHive.Web/Startup.cs +++ b/src/DevHive.Web/Startup.cs @@ -26,7 +26,7 @@ namespace DevHive.Web services.DatabaseConfiguration(Configuration); services.SwaggerConfiguration(); services.JWTConfiguration(Configuration); - services.AutoMapperConfiguration(); + services.AutoMapperConfiguration(); } // This method gets called by the runtime. Use this method to configure the HTTP request pipeline. @@ -36,7 +36,6 @@ namespace DevHive.Web { //app.UseDeveloperExceptionPage(); app.UseExceptionHandler("/api/Error"); - //app.UseExceptionHandler("/api/HttpError"); app.UseSwaggerConfiguration(); } else -- cgit v1.2.3