Open Doxoh opened 4 years ago
If the dotnet core MVC api is in an subfolder then stuntman endpoints not available.
Steps to reproduce the behavior:
app.UsePathBase("/TEST"); app.UseStuntman(StuntmanOptions);
`
Under http://localhost:44349/TEST/sign-in the sign in page is available.
🐛 Bug Report
If the dotnet core MVC api is in an subfolder then stuntman endpoints not available.
To Reproduce
Steps to reproduce the behavior:
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