Merge pull request 'bumped api version' (#17) from bump-api into main
Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user