diff --git a/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Endpoint/Endpoint.cs b/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Endpoint/Endpoint.cs index c1c07d9..4acef85 100644 --- a/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Endpoint/Endpoint.cs +++ b/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Endpoint/Endpoint.cs @@ -91,7 +91,10 @@ namespace LightReflectiveMirror.LoadBalancing } CacheAllServers(); + await context.Response.SendResponseAsync(HttpStatusCode.Ok); } + else + await context.Response.SendResponseAsync(HttpStatusCode.Forbidden); } ///