Skip to content

Instantly share code, notes, and snippets.

@Bebbolus
Created November 30, 2018 16:48
Show Gist options
  • Save Bebbolus/6992b786b6b63b44353a476a2848cf1a to your computer and use it in GitHub Desktop.
Save Bebbolus/6992b786b6b63b44353a476a2848cf1a to your computer and use it in GitHub Desktop.
{
"endpoints":[
{
"path":"/myroute",
"handler":"./plugins/controllers/general.so",
"middlewares":[
{
"handler":"./plugins/middlewares/method.so",
"params":"GET|POST"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment