implement settings api
This commit is contained in:
@@ -3,5 +3,5 @@ namespace TorchRemote.Plugin.Abstractions.Controllers;
|
||||
|
||||
public interface ISettingsController
|
||||
{
|
||||
SettingInfoResponse Get(Guid id);
|
||||
SettingInfoResponse Get(string fullName);
|
||||
}
|
||||
|
Reference in New Issue
Block a user