mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:36:30 +00:00
add resource folder to config for proper folder auto upload
This commit is contained in:
@@ -5,4 +5,5 @@ public class ApiConfig
|
||||
public string Url { get; set; } = null!;
|
||||
public int RetryCount {get;set;}
|
||||
public double TimeoutSeconds { get; set; }
|
||||
public string ResourcesFolder { get; set; } = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user