Skip to content

Commit

Permalink
Update Rider files
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Dec 19, 2020
1 parent dbcbe1e commit f95d479
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .idea/.idea.Imageflow.Server/.idea/riderModule.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Imageflow.Server/ImageflowMiddleware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public async Task Invoke(HttpContext context)

var path = context.Request.Path;


// Delegate to the diagnostics page if it is requested
if (DiagnosticsPage.MatchesPath(path.Value))
{
Expand Down

0 comments on commit f95d479

Please sign in to comment.