Compare commits
No commits in common. "97ee981ea22d291be09f3d1cd6712ba2b9c83d93" and "4d41eed18d88bd38e675f377856f59bfea474585" have entirely different histories.
97ee981ea2
...
4d41eed18d
|
@ -108,11 +108,14 @@ else
|
|||
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
app.UseRouting();
|
||||
app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
|
||||
|
||||
app.UseCors("CorsPolicy");
|
||||
app.UseAuthorization();
|
||||
|
||||
app.UseRouting();
|
||||
|
||||
app.UseWebSockets();
|
||||
app.UseEndpoints(end =>
|
||||
|
|
Loading…
Reference in New Issue
Block a user