Chat API changes #13

Merged
defnotken merged 3 commits from chat into main 2025-11-11 17:56:38 +00:00
Showing only changes of commit bb88bea5aa - Show all commits

View File

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