Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 19, 2024
1 parent 0553f58 commit eb351d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MyApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@

app.UseHttpsRedirection();

app.MapFallbackToFile("/index.html");

app.UseAuthorization();

app.UseServiceStack(new AppHost(), options =>
{
options.MapEndpoints();
});

app.MapFallbackToFile("/index.html");

app.Run();

0 comments on commit eb351d1

Please sign in to comment.