ddd-refactor #2

Merged
mz merged 46 commits from ddd-refactor into main 2025-11-28 11:14:43 +01:00
Showing only changes of commit bb41926a31 - Show all commits

View File

@@ -14,6 +14,8 @@ var apiBaseUrl = builder.Configuration["ApiSettings:BaseUrl"]
?? throw new InvalidOperationException("ApiSettings:BaseUrl is not configured");
builder.Services.AddSharedServices(apiBaseUrl);
builder.Services.AddScoped<IGoogleAuthService, WebGoogleAuthService>();
var app = builder.Build();
if (!app.Environment.IsDevelopment())