Skip to content

Instantly share code, notes, and snippets.

@gauntface
Created March 6, 2017 22:19
Show Gist options
  • Select an option

  • Save gauntface/cbc810ed45485ce504d02b66155e34a6 to your computer and use it in GitHub Desktop.

Select an option

Save gauntface/cbc810ed45485ce504d02b66155e34a6 to your computer and use it in GitHub Desktop.
app.get('/test/iframe/:random', function(req, res) {
res.sendFile(path.join(__dirname, 'test-iframe.html'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment