Skip to content

Instantly share code, notes, and snippets.

@jabyrd3
Last active August 21, 2021 21:27
Show Gist options
  • Save jabyrd3/6fff863a0f96027341222dc092d72b1f to your computer and use it in GitHub Desktop.
Save jabyrd3/6fff863a0f96027341222dc092d72b1f to your computer and use it in GitHub Desktop.
@route GET /some/path/:dynamicparam/stuff
ret /usr/bin/path-handler.sh request.dynamicparam
@route GET /some/other/path/:id
ret /usr/bin/some-other-path-handler.sh request.id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment