1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-02 14:02:43 +00:00
overleaf/services/web/test/acceptance/coffee/helpers/request.coffee

5 lines
No EOL
127 B
CoffeeScript

BASE_URL = "http://localhost:3000"
module.exports = require("request").defaults({
baseUrl: BASE_URL,
followRedirect: false
})