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