removed more from launcherV2
This commit is contained in:
@@ -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()
|
||||
),
|
||||
)
|
||||
]
|
||||
)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user