Compare commits
2 Commits
4d41eed18d
...
97ee981ea2
Author | SHA1 | Date | |
---|---|---|---|
97ee981ea2 | |||
6f376a5d29 |
|
@ -108,14 +108,11 @@ else
|
|||
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
app.UseRouting();
|
||||
|
||||
|
||||
app.UseCors("CorsPolicy");
|
||||
|
||||
app.UseRouting();
|
||||
app.UseAuthorization();
|
||||
|
||||
app.UseWebSockets();
|
||||
app.UseEndpoints(end =>
|
||||
|
|
Loading…
Reference in New Issue
Block a user