fix weatherroutes

This commit is contained in:
CWX
2025-01-13 21:57:04 +00:00
parent 45b4eebc5f
commit 345097c8a2
+2 -2
View File
@@ -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,