🐛 Serval bug fixes

This commit is contained in:
2025-07-10 12:53:45 +08:00
parent be236a27c6
commit 1f2cdb146d
6 changed files with 10 additions and 13 deletions

View File

@ -34,6 +34,7 @@ public static class ApplicationConfiguration
app.UseWebSockets();
app.UseRateLimiter();
app.UseHttpsRedirection();
app.UseAuthentication();
app.UseAuthorization();
app.UseMiddleware<PermissionMiddleware>();