1
0
mirror of https://github.com/XFox111/PhonebookService.git synced 2026-04-22 06:29:55 +03:00

Added docker support

This commit is contained in:
Eugene Fox
2023-02-22 17:57:58 +03:00
parent af882e6863
commit 9a3f7973ca
3 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ if (app.Environment.IsDevelopment())
app.UseSwaggerUI(options => options.SwaggerEndpoint("/swagger/v1/swagger.json", "PhonebookService API v1"));
}
app.UseHttpsRedirection();
// app.UseHttpsRedirection();
app.UseAuthorization();