WIP: build production images
Some checks failed
Build Docker Images / build-and-push (push) Failing after 1m30s
Some checks failed
Build Docker Images / build-and-push (push) Failing after 1m30s
This commit is contained in:
@@ -30,6 +30,8 @@ app.UseHttpsRedirection();
|
||||
app.UseStaticFiles();
|
||||
app.UseAntiforgery();
|
||||
|
||||
app.MapGet("/health", () => Results.Ok(new { status = "OK", timestamp = DateTime.UtcNow }));
|
||||
|
||||
app.MapRazorComponents<App>()
|
||||
.AddInteractiveServerRenderMode()
|
||||
.AddAdditionalAssemblies(typeof(MainLayout).Assembly);
|
||||
|
||||
Reference in New Issue
Block a user