Compare commits
2 Commits
efc0ef09f9
...
bump-api
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d92496020e | ||
| 35f3390dda |
@@ -10,7 +10,7 @@ namespace LightlessSync.API.SignalR;
|
|||||||
|
|
||||||
public interface ILightlessHub
|
public interface ILightlessHub
|
||||||
{
|
{
|
||||||
const int ApiVersion = 34;
|
const int ApiVersion = 35;
|
||||||
const string Path = "/lightless";
|
const string Path = "/lightless";
|
||||||
|
|
||||||
Task<bool> CheckClientHealth();
|
Task<bool> CheckClientHealth();
|
||||||
|
|||||||
Reference in New Issue
Block a user