fix again, im gonna crash OUT

This commit is contained in:
Abelfreyja
2025-08-25 20:53:02 +09:00
parent bcd7de645f
commit 3a69c94f7f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
public class Constants
{
public const string IndividualKeyword = "//MARE//DIRECT";
public const string IndividualKeyword = "//LIGHTLESS//DIRECT";
}

View File

@@ -10,7 +10,7 @@ namespace LightlessSync.API.SignalR;
public interface ILightlessHub
{
const int ApiVersion = 33;
const string Path = "/mare";
const string Path = "/lightless";
Task<bool> CheckClientHealth();