Created
October 9, 2018 13:02
-
-
Save danhollick/5bc3463f1d2d77422b2b3721cf3dc3ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| app.use('/frames', async function (req, res, next) { | |
| let result = await figmaFileFetch(FigmaFileID).catch(error => console.log(error)) | |
| res.send(result) | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment