c6693f8725
SwaggerUI builds resource URL by concatenating basePath + resourcePath. Since the resource paths are always startign with a slash, if the basePath ends with a slash too, an incorrect URL is produced. This was typically happenning when `restApiRoot` was '/'. This commit modifies the code producing the base path to remove the trailing slash. |
||
---|---|---|
.. | ||
fixtures/dummy-swagger-ui | ||
.jshintrc | ||
class-helper.test.js | ||
explorer.test.js | ||
model-helper.test.js | ||
route-helper.test.js | ||
swagger.test.js |