feat: pivot to social media workflow app
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
namespace Hutopy.Infrastructure.Configuration;
|
||||
namespace Socialize.Infrastructure.Configuration;
|
||||
|
||||
public class WebsiteOptions
|
||||
{
|
||||
public const string SectionName = "Website";
|
||||
|
||||
public string FrontendBaseUrl { get; set; } = "https://localhost:5173";
|
||||
public string FrontendBaseUrl { get; set; } = "http://localhost:5173";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user