mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:26:30 +00:00
rework to Azaion.Suite, show tabs with annotator and dataset explorer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Azaion.Suite.Services.DTO;
|
||||
namespace Azaion.Common.DTO.Config;
|
||||
|
||||
public class ApiConfig
|
||||
{
|
||||
@@ -6,8 +6,3 @@ public class ApiConfig
|
||||
public int RetryCount {get;set;}
|
||||
public double TimeoutSeconds { get; set; }
|
||||
}
|
||||
|
||||
public class LocalFilesConfig
|
||||
{
|
||||
public string DllPath { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user