DEV Community

Discussion on: Alexa API calls using Axios

Collapse
 
awedis profile image
awedis

You need to import it

Collapse
 
emmanuela7485 profile image
Emmanuela7485

Hi, do you mean import it at the top of the file, like ‘const logic = ..’ how would I write it, thanks

Thread Thread
 
awedis profile image
awedis

const logic = require('./logic');
and place your logic.js file on the same directory