Browse Source

fix registration url

master
Guillermo Rauch 9 years ago
parent
commit
239a5cd40e
  1. 2
      lib/login.js

2
lib/login.js

@ -3,7 +3,7 @@ import fetch from 'node-fetch';
import * as cfg from './cfg';
import { stringify as stringifyQuery } from 'querystring';
const URL = 'http://api-registration.now.sh';
const URL = 'http://api.now.sh/registration';
const stdin = process.openStdin();

Loading…
Cancel
Save