removed more from launcherV2

This commit is contained in:
CWX
2025-01-28 19:45:36 +00:00
parent 45d0f080ed
commit 293b944562
2 changed files with 2 additions and 15 deletions
@@ -38,7 +38,7 @@ public class LauncherV2StaticRouter : StaticRouter
new RouteAction(
"/launcher/v2/Remove",
(url, info, sessionID, _) => launcherV2Callbacks.Remove(info as LoginRequestData),
typeof(LoginRequestData)
typeof(LoginRequestData)
),
new RouteAction(
"/launcher/v2/version",
@@ -51,15 +51,7 @@ public class LauncherV2StaticRouter : StaticRouter
new RouteAction(
"/launcher/v2/profiles",
(url, _, sessionID, _) => launcherV2Callbacks.Profiles()
),
new RouteAction(
"/launcher/v2/profile",
(url, _, sessionID, _) => launcherV2Callbacks.Profile()
),
new RouteAction(
"/launcher/v2/profileMods",
(url, _, sessionID, _) => launcherV2Callbacks.ProfileMods()
),
)
]
)
{
-5
View File
@@ -79,11 +79,6 @@ public class SptWebApplicationLogger<T> : ISptLogger<T>
_logger.LogCritical(ex, GetColorizedText(data, LogTextColor.Black, LogBackgroundColor.Red));
}
public void WriteToLogFile(Daum body)
{
throw new NotImplementedException();
}
public void WriteToLogFile(string data)
{
//TODO - implement + turn object into json