Last active
April 11, 2016 17:23
-
-
Save williamokano/0efe320e0c2b914032c36d0453e1bfc0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+--------+----------+-----------------------------+------+---------+------------+ | |
| 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