Skip to content

Instantly share code, notes, and snippets.

@williamokano
Last active April 11, 2016 17:23
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 williamokano/0efe320e0c2b914032c36d0453e1bfc0 to your computer and use it in GitHub Desktop.
Save williamokano/0efe320e0c2b914032c36d0453e1bfc0 to your computer and use it in GitHub Desktop.
+--------+----------+-----------------------------+------+---------+------------+
| Domain | Method | URI | Name | Action | Middleware |
+--------+----------+-----------------------------+------+---------+------------+
| | GET|HEAD | / | | Closure | web |
| | GET|HEAD | api | | Closure | web |
| | GET|HEAD | api/bot | | Closure | web |
| | GET|HEAD | api/bot/item | | Closure | web |
| | POST | api/bot/item/holder_changed | | Closure | web |
| | POST | api/bot/item/received | | Closure | web |
| | GET|HEAD | api/bot/offers | | Closure | web |
| | POST | api/bot/offers/confirm | | Closure | web |
+--------+----------+-----------------------------+------+---------+------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment