1 Commits

Author SHA1 Message Date
azyges
bb88bea5aa revert api bump from testing 2025-10-29 07:55:17 +09:00

View File

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