init
This commit is contained in:
8
OpenCand.API/Config/FotosSettings.cs
Normal file
8
OpenCand.API/Config/FotosSettings.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace OpenCand.API.Config
|
||||
{
|
||||
public class FotosSettings
|
||||
{
|
||||
public string Path { get; set; } = string.Empty;
|
||||
public string ApiBasePath { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user