diff options
| -rw-r--r-- | src/DevHive.Web/Startup.cs | 3 |
1 files changed, 1 insertions, 2 deletions
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
|
