Remove unused authorization middleware
This commit is contained in:
@@ -67,8 +67,6 @@ internal class Program
|
||||
app.UseCors("default");
|
||||
}
|
||||
|
||||
app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
|
||||
app.Run();
|
||||
|
||||
Reference in New Issue
Block a user