diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-17 11:54:11 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-17 11:54:11 +0200 |
| commit | 26cd8dafb3867d47d20daf8b6723dc40b4bdcd6c (patch) | |
| tree | c1cfb970faf09641827a2d837acfd9691c98c6bb /src/DevHive.Web | |
| parent | 5811d878180a85af5c41b9cb3b8f272d589539e9 (diff) | |
| download | DevHive-26cd8dafb3867d47d20daf8b6723dc40b4bdcd6c.tar DevHive-26cd8dafb3867d47d20daf8b6723dc40b4bdcd6c.tar.gz DevHive-26cd8dafb3867d47d20daf8b6723dc40b4bdcd6c.zip | |
Cleanup in User and preparation for Friends implementation
Diffstat (limited to 'src/DevHive.Web')
| -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
|
