This commit is contained in:
moraxs
2024-07-14 22:38:18 +08:00
parent 6157442567
commit 755d14a2fc

View File

@@ -89,7 +89,7 @@ namespace EggLink.DanhengServer.WebServer
app.UseRouting();
// Enable CORS globally
app.UseCors("AllowAll");
app.UseAuthorization();