Skip to content

Commit

Permalink
userequestlocalization missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien-Charton committed Dec 16, 2023
1 parent c66612d commit bd3a5db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
app.UseHttpsRedirection();
app.UseStaticFiles();

app.UseRequestLocalization();

app.UseSwaggerUi(settings =>
{
settings.Path = "/api";
Expand Down

0 comments on commit bd3a5db

Please sign in to comment.