mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 20:43:19 +00:00
1
This commit is contained in:
@@ -19,7 +19,7 @@ public class IIPoHTTP : HTTPFilter
|
||||
|
||||
IIPPacketRequest action = (IIPPacketRequest)Convert.ToByte(sender.Request.Query["a"]);
|
||||
|
||||
if (action == IIPPacketRequest.QueryLink)
|
||||
if (action == IIPPacketRequest.Query)
|
||||
{
|
||||
EntryPoint.Query(sender.Request.Query["l"], null).Then(x =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user