Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Api in subfolder not working #187

Open
Doxoh opened this issue Oct 5, 2020 · 0 comments
Open

Api in subfolder not working #187

Doxoh opened this issue Oct 5, 2020 · 0 comments
Labels

Comments

@Doxoh
Copy link

Doxoh commented Oct 5, 2020

馃悰 Bug Report

If the dotnet core MVC api is in an subfolder then stuntman endpoints not available.

To Reproduce

Steps to reproduce the behavior:

  • Setup dotnet core 3.1 project.
  • In startup
    `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

grafik

@Doxoh Doxoh added the bug label Oct 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant