We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I leave out basePath parameter I get the following error:
node_modules/swagger-express/lib/swagger-express/index.js:228 throw new Error(''basePath' is required.')
Possible to set basePath dynamically? This would make it much easier to deploy to different domains.
The text was updated successfully, but these errors were encountered:
+1 for this feature.
Sorry, something went wrong.
+1
setting the basePath to "/" seems to do the trick
No branches or pull requests
When I leave out basePath parameter I get the following error:
node_modules/swagger-express/lib/swagger-express/index.js:228
throw new Error(''basePath' is required.')
Possible to set basePath dynamically? This would make it much easier to deploy to different domains.
The text was updated successfully, but these errors were encountered: