Skip to content

Commit

Permalink
Merge branch 'sadukie/update-ci-cd-to-linux-issue-1344' of https://gi…
Browse files Browse the repository at this point in the history
…thub.com/DevBetterCom/DevBetterWeb into sadukie/update-ci-cd-to-linux-issue-1344
  • Loading branch information
sadukie committed Dec 20, 2024
2 parents cc60880 + 1a8c3e0 commit a35ce22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DevBetterWeb.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
}

app.UseHttpsRedirection();
app.UseStaticFiles();

//app.UseCookiePolicy();

app.UseRouting();
Expand All @@ -195,6 +195,8 @@
app.MapRazorPages();
app.MapDefaultControllerRoute();

app.UseStaticFiles();

// seed database
await ApplyLocalMigrationsAsync(app);
await SeedDatabase(app);
Expand Down

0 comments on commit a35ce22

Please sign in to comment.