ok
This commit is contained in:
parent
5c7b0a626f
commit
24ea9e05b1
1 changed files with 3 additions and 0 deletions
|
|
@ -91,7 +91,10 @@ namespace LightReflectiveMirror.LoadBalancing
|
||||||
}
|
}
|
||||||
|
|
||||||
CacheAllServers();
|
CacheAllServers();
|
||||||
|
await context.Response.SendResponseAsync(HttpStatusCode.Ok);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
await context.Response.SendResponseAsync(HttpStatusCode.Forbidden);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue