💥 Moved the /id to /pass and bug fixes of moved realms

This commit is contained in:
2025-10-22 22:52:09 +08:00
parent cf87fdfb49
commit dd5929c691
13 changed files with 163 additions and 202 deletions

View File

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