Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path prefix truncated and moved to base path #7

Closed
DALDEI opened this issue Jan 26, 2016 · 1 comment
Closed

Path prefix truncated and moved to base path #7

DALDEI opened this issue Jan 26, 2016 · 1 comment

Comments

@DALDEI
Copy link

DALDEI commented Jan 26, 2016

Using a head build, I exported an API with

basePath: "/"
...

paths:
  /service/{foo-id}
   ...
 /session
   ...

and all the paths were truncated by 3 chars. Perhaps a coincidence they were the 3 chars which were shared across all paths, i.e "/se"

The result became:


basePath: "/se"
...
paths:
  rivice/{foo-id}
...
  ssion/ 

@isabinin
Copy link
Owner

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants