1 Commits

Author SHA1 Message Date
cake
d92496020e bumped api version 2025-12-19 07:11:22 +01:00

View File

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