Skip to content

Commit 4488f2d

Browse files
authored
Update README.md
Add hint to use static file handling when using local debug Related to #8
1 parent 42d34a6 commit 4488f2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ For example:
102102

103103
> **Info**: You can obtain the content for this file from an Azure Web App with EasyAuth configured by requesting the `/.auth/me` endpoint.
104104
105+
> **Info**: Make sure you added static file handling to your pipeline by adding `app.UseStaticFiles();` to your `public void Configure` method in the `Startup.cs`. Otherwise the file can not be found at runtime.
106+
105107
## Authors
106108

107109
* **Kirsten Kluge** - *Initial work* - [kirkone](https://github.com/kirkone)

0 commit comments

Comments
 (0)