opencand/OpenCand.API/Config/FotosSettings.cs
2025-05-31 10:58:30 -03:00

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;
}
}