Skip to content

Commit

Permalink
add missing url handler
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Nov 22, 2024
1 parent 3f66986 commit 7a456c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BMM.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
app.MapGet("featured/{*.}", handler);
app.MapGet("search/{*.}", handler);
app.MapGet("transcribe/{*.}", handler);
app.MapGet("lyrics/{*.}", handler);
app.MapGet("dashboards/{*.}", handler);

// We want to allow downloading without needing to log in. It looks ugly and can't be translated but offers a better exerience.
Expand Down

0 comments on commit 7a456c4

Please sign in to comment.