This commit is contained in:
cxxpxr 2021-04-19 22:05:44 -04:00
parent 5c7b0a626f
commit 24ea9e05b1

View file

@ -91,7 +91,10 @@ namespace LightReflectiveMirror.LoadBalancing
}
CacheAllServers();
await context.Response.SendResponseAsync(HttpStatusCode.Ok);
}
else
await context.Response.SendResponseAsync(HttpStatusCode.Forbidden);
}
/// <summary>