Skip to content

Instantly share code, notes, and snippets.

@qunabu
Created October 15, 2020 18:58
Show Gist options
  • Save qunabu/2a28d005972d68a61daff6b1d8f0dc3b to your computer and use it in GitHub Desktop.
Save qunabu/2a28d005972d68a61daff6b1d8f0dc3b to your computer and use it in GitHub Desktop.
{
"routes": [
{
"method": "GET",
"path": "/hi",
"handler": "Hello.hi",
"config": {
"policies": ["plugins::users-permissions.isAuthenticated"]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment