Files
swagger-ui/test/e2e/globals.js
2018-01-09 15:41:47 -06:00

7 lines
155 B
JavaScript

var cbt = require("cbt_tunnels")
module.exports = {
baseAppUrl: "http://localhost:3200",
specPath: "http://localhost:3200/test-specs/petstore.json"
}