mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-16 17:04:44 +01:00
Update static data, and don't hard code it
This commit is contained in:
@@ -20,10 +20,7 @@ namespace nksrv.IntlServer
|
||||
|
||||
protected override async Task HandleAsync()
|
||||
{
|
||||
var str = await ctx.GetRequestBodyAsStringAsync();
|
||||
|
||||
string? seg = ctx.GetRequestQueryData().Get("seq");
|
||||
await WriteJsonStringAsync(JsonToReturn.Replace("((SEGID))", seg));
|
||||
await WriteJsonStringAsync(JsonToReturn.Replace("((SEGID))", Seq));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user