From 239a5cd40ebc71233ae81ac207a9cddb08e998a0 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Sat, 12 Mar 2016 22:10:50 -0800 Subject: [PATCH] fix registration url --- lib/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();