Skip to content

Commit 2f11021

Browse files
authored
Update README file
1 parent 243625f commit 2f11021

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ public void ConfigureServices(IServiceCollection services)
4545
```
4646
Only `User1` and `User2` or users with `AdminRole` role can view logs.
4747

48-
48+
## Limitation
49+
* Log url `/logs` is fix and cannot be changed
50+
* Log viewer only works with MVC so you have to register views `services.AddControllersWithViews();` and also add default route `endpoints.MapControllerRoute( name: "default", pattern: "{controller=Home}/{action=Index}/{id?}");`

0 commit comments

Comments
 (0)