You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the installation instructions confusing, and [this issue](MiniProfiler#350) provided some insights. I think it would be valuable to make these instructions part of the documentation.
There are 2 user endpoints for MiniProfiler. The root is determined by `MiniProfilerOptions.RouteBasePath` (defaults to `/mini-profiler-resources`, but can be changed):
101
121
-`/<base>/results-index`: A list of recent profilers, authorization required via `.ResultsAuthorize` and `.ResultsListAuthorize`
102
-
-`/<base>/results`: Views either the very last profiler for the current user or a specific profiler via `?id={guid}`, authorization required via `.ResultsAuthorize`
122
+
-`/<base>/results`: Views either the very last profiler for the current user or a specific profiler via `?id={guid}`, authorization required via `.ResultsAuthorize`
0 commit comments