web-app-template/backend/app/app.Configuration/FrontendSettings.cs

7 lines
117 B
C#
Raw Normal View History

2022-02-20 13:43:25 +01:00
namespace app.Configuration
{
public class FrontendSettings
{
public string URL { get; set; }
}
}