loopback-component-explorer/test
Miroslav Bajtoš c6693f8725 Prevent double slash in the resource URLs
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.
2015-01-09 14:45:46 +01:00
..
fixtures/dummy-swagger-ui Add an option `uiDirs` 2014-10-24 19:24:34 +02:00
.jshintrc Refactoring swagger 1.2 rework. 2014-07-05 14:32:00 -05:00
class-helper.test.js Use full lodash instead of lodash components 2014-12-02 19:14:58 -08:00
explorer.test.js Prevent double slash in the resource URLs 2015-01-09 14:45:46 +01:00
model-helper.test.js Use full lodash instead of lodash components 2014-12-02 19:14:58 -08:00
route-helper.test.js Move 200 response to `type` on the operation object. See #75. 2014-12-12 13:48:58 +01:00
swagger.test.js swagger: honour X-Forwarded-Proto header 2014-10-22 11:10:15 +02:00