I'm exporting an express app called eggman
with webtask-tools
.
My res.redirect('/walrus')
ses don't work.
The url for my app is ….sandbox.auth0-extend.com/eggman/walrus
, which means /
will point to ….sandbox.auth0-extend.com/walrus
instead of /eggman/walrus
.
Is there an elegant way to set a basepath to all redirects?