web fix
This commit is contained in:
parent
2018056921
commit
5ed9b38bb7
|
|
@ -7,7 +7,9 @@ public static class FruitBankConstClient
|
||||||
{
|
{
|
||||||
public static string DefaultLocale = "en-US";
|
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
|
#if RELEASE
|
||||||
public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop
|
public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ builder.Services.AddMvc();
|
||||||
builder.Services.AddSingleton<IFormFactor, FormFactor>();
|
builder.Services.AddSingleton<IFormFactor, FormFactor>();
|
||||||
|
|
||||||
builder.Services.AddScoped<LoggedInModel>();
|
builder.Services.AddScoped<LoggedInModel>();
|
||||||
builder.Services.AddScoped<LoggerToLoggerApiController>();
|
//builder.Services.AddScoped<LoggerToLoggerApiController>();
|
||||||
builder.Services.AddScoped<IAcLogWriterBase, ConsoleLogWriter>();
|
builder.Services.AddScoped<IAcLogWriterBase, ConsoleLogWriter>();
|
||||||
//builder.Services.AddSingleton<SessionService>();
|
//builder.Services.AddSingleton<SessionService>();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue