mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:56:30 +00:00
rework autoupdate to script only
zoom fix
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace Azaion.Common.DTO;
|
||||
|
||||
public class DirectoriesConfig
|
||||
|
||||
{
|
||||
public string ApiResourcesDirectory { get; set; } = null!;
|
||||
public string? ApiResourcesDirectory { get; set; } = null!;
|
||||
|
||||
public string VideosDirectory { get; set; } = null!;
|
||||
public string LabelsDirectory { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user