Skip to content

Instantly share code, notes, and snippets.

@anghelalexandra
Created June 10, 2017 19:10
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 anghelalexandra/14843fb9eb4f1f2a3b6f167a9dbb5e2e to your computer and use it in GitHub Desktop.
Save anghelalexandra/14843fb9eb4f1f2a3b6f167a9dbb5e2e to your computer and use it in GitHub Desktop.
wp-pwa-sample-configuration
{
"export": {
"categories": {
"find": "//pwathemes.com/demo-api/wp-json/wp/v2/categories",
"findOne": "//pwathemes.com/demo-api/wp-json/wp/v2/categories"
},
"posts": {
"find": "//pwathemes.com/demo-api/wp-json/wp/v2/posts",
"findOne": "//pwathemes.com/demo-api/wp-json/wp/v2/posts"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment