Fix proxy URLs generation (fix #58).

This commit is contained in:
Julien Fontanet
2015-05-19 18:40:49 +02:00
parent e48d277440
commit 5467c4b1b8

View File

@@ -573,7 +573,7 @@ export default class Xo extends EventEmitter {
opts.createdAt = Date.now()
const url = `/${await generateToken()} `
const url = `/${await generateToken()}`
this._proxyRequests[url] = opts
return url