fix again, im gonna crash OUT
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
public class Constants
|
public class Constants
|
||||||
{
|
{
|
||||||
public const string IndividualKeyword = "//MARE//DIRECT";
|
public const string IndividualKeyword = "//LIGHTLESS//DIRECT";
|
||||||
}
|
}
|
||||||
@@ -10,7 +10,7 @@ namespace LightlessSync.API.SignalR;
|
|||||||
public interface ILightlessHub
|
public interface ILightlessHub
|
||||||
{
|
{
|
||||||
const int ApiVersion = 33;
|
const int ApiVersion = 33;
|
||||||
const string Path = "/mare";
|
const string Path = "/lightless";
|
||||||
|
|
||||||
Task<bool> CheckClientHealth();
|
Task<bool> CheckClientHealth();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user