This commit is contained in:
Adam 2025-10-24 12:04:39 +02:00
parent 2018056921
commit 5ed9b38bb7
2 changed files with 8 additions and 6 deletions

View File

@ -7,7 +7,9 @@ public static class FruitBankConstClient
{
public static string DefaultLocale = "en-US";
public static string BaseUrl = "https://localhost:59579"; //FrutiBank nop
//public static string BaseUrl = "https://localhost:59579"; //FrutiBank nop
public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop
#if RELEASE
public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop

View File

@ -17,7 +17,7 @@ builder.Services.AddMvc();
builder.Services.AddSingleton<IFormFactor, FormFactor>();
builder.Services.AddScoped<LoggedInModel>();
builder.Services.AddScoped<LoggerToLoggerApiController>();
//builder.Services.AddScoped<LoggerToLoggerApiController>();
builder.Services.AddScoped<IAcLogWriterBase, ConsoleLogWriter>();
//builder.Services.AddSingleton<SessionService>();