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. |
||
---|---|---|
.. | ||
class-helper.js | ||
model-helper.js | ||
route-helper.js | ||
swagger.js | ||
translate-data-type-keys.js | ||
type-converter.js | ||
url-join.js |