Skip to content

Instantly share code, notes, and snippets.

@nirazul
Last active May 6, 2017 09:29
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 nirazul/6e3ceb7cc6490bb46028e8648ee82602 to your computer and use it in GitHub Desktop.
Save nirazul/6e3ceb7cc6490bb46028e8648ee82602 to your computer and use it in GitHub Desktop.
blog.dreipol.ch - Snippet 2
{
"routes": [
{
"name": "cms-page-2",
"path": "/work",
"component": "work",
"api": {
"fetch": {
"url": "/api/en/pages/work",
"params": {},
"query": {
"partials": ["menu"]
}
},
"fetched": {
"some": "arbitrary data"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment