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
{{ message }}
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.
🐛 Bug Report
If the dotnet core MVC api is in an subfolder then stuntman endpoints not available.
To Reproduce
Steps to reproduce the behavior:
`var options = new StuntmanOptions("/TEST");
services.AddStuntman(StuntmanOptions);
app.UsePathBase("/TEST");
app.UseStuntman(StuntmanOptions);
`
Expected behavior
Under http://localhost:44349/TEST/sign-in the sign in page is available.
Screenshots and/or request snippets
The text was updated successfully, but these errors were encountered: