update for upload
This commit is contained in:
@ -18,7 +18,7 @@ app.use(cors(corsOptions));
|
|||||||
|
|
||||||
function callInitFileMover(re) {
|
function callInitFileMover(re) {
|
||||||
|
|
||||||
https.get('https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY', (resp) => {
|
https.get('https://natnats.mobilous.com/iniFileMover', (resp) => {
|
||||||
let data = '';
|
let data = '';
|
||||||
|
|
||||||
// A chunk of data has been received.
|
// A chunk of data has been received.
|
||||||
|
|||||||
Reference in New Issue
Block a user