Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created October 7, 2016 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/0466c305e15c7f6286e2b0e93ed9cc48 to your computer and use it in GitHub Desktop.
Save matthieu-D/0466c305e15c7f6286e2b0e93ed9cc48 to your computer and use it in GitHub Desktop.
import { serverApi } from './backend/api';
// Our API for demos only
app.get('/data.json', serverApi);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment