diff --git a/lib/login.js b/lib/login.js index a695fc5..f4be2e4 100644 --- a/lib/login.js +++ b/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();