diff --git a/Core/Routers/Static/WeatherStaticRouter.cs b/Core/Routers/Static/WeatherStaticRouter.cs index 882bb3d1..cca336b2 100644 --- a/Core/Routers/Static/WeatherStaticRouter.cs +++ b/Core/Routers/Static/WeatherStaticRouter.cs @@ -18,7 +18,7 @@ public class WeatherStaticRouter : StaticRouter jsonUtil, [ new RouteAction( - "", + "/client/weather", ( url, info, @@ -26,7 +26,7 @@ public class WeatherStaticRouter : StaticRouter output ) => _weatherCallbacks.GetWeather(url, info as EmptyRequestData, sessionID)), new RouteAction( - "", + "/client/localGame/weather", ( url, info,