From 345097c8a2d8b25a508934e140f70eb4ec0537be Mon Sep 17 00:00:00 2001 From: CWX Date: Mon, 13 Jan 2025 21:57:04 +0000 Subject: [PATCH] fix weatherroutes --- Core/Routers/Static/WeatherStaticRouter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,