revert api bump from testing

This commit is contained in:
azyges
2025-10-29 07:55:17 +09:00
parent 67cb24a069
commit bb88bea5aa

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();