feat/app-invite #33

Closed
notazof wants to merge 220 commits from feat/app-invite into feat/postit-acl
Showing only changes of commit fda43ba2d1 - Show all commits
Paul Schneider 2026-07-12 16:27:13 +01:00

View file

@ -972,7 +972,8 @@ public static class HostingExtensions
else
{
app.UseExceptionHandler("/Home/Error");
logger.LogInformation("Running in production mode. Ensure the database is migrated.");
app.UseHsts();
logger.LogInformation("⨝ Running in production mode. Ensure the database is migrated.");
await app.MigrateDatabaseAsync();
}