Browse Source

index: update agent url

master
Guillermo Rauch 9 years ago
parent
commit
9185d89250
  1. 2
      lib/index.js

2
lib/index.js

@ -33,7 +33,7 @@ export default async function now (path, token, { forceNew, debug }) {
});
}
const agent = new Agent('zeit.co');
const agent = new Agent('now.zeit.co');
const fetch = async (url, opts) => {
opts.headers = opts.headers || {};
opts.headers.authorization = `Bearer ${token}`;

Loading…
Cancel
Save