Lucas Felinto

Results 3 comments of Lucas Felinto

Hey, everyone! I have an project called "Readme Maker". Maybe you guys can use it to generate the first complete version of the README.md. You guys can check it out...

I've solved the problem with this: Serverles service: ``` const response = new Twilio.Response(); //eslint-disable-line no-undef response.appendHeader("Access-Control-Allow-Origin", "*"); response.appendHeader("Access-Control-Allow-Methods", "GET, POST, OPTIONS"); response.appendHeader("Access-Control-Allow-Headers", "Content-Type"); response.appendHeader("Content-Type", "application/json"); ``` front-end request using...

> > I've solved the problem with this: > > Serverles service: > > ``` > > const response = new Twilio.Response(); //eslint-disable-line no-undef > > response.appendHeader("Access-Control-Allow-Origin", "*"); > >...