mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-15 12:04:38 +01:00
sussy 2.9 changes, and finally shard unlock implementation
This commit is contained in:
@@ -108,7 +108,7 @@ namespace AscNet.SDKServer.Controllers
|
||||
});
|
||||
});
|
||||
|
||||
app.MapGet("/api/Login/Login", ([FromQuery] int loginType, [FromQuery] int userId, [FromQuery] string token, [FromQuery] string clientIp) =>
|
||||
app.MapGet("/api/Login/Login", ([FromQuery] int loginType, [FromQuery] int userId, [FromQuery] string token, [FromQuery] string? clientIp) =>
|
||||
{
|
||||
Account? account = Account.FromToken(token);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user