9 lines
201 B
C#
9 lines
201 B
C#
namespace OpenCand.API.Config
|
|
{
|
|
public class FotosSettings
|
|
{
|
|
public string Path { get; set; } = string.Empty;
|
|
public string ApiBasePath { get; set; } = string.Empty;
|
|
}
|
|
}
|