aboutsummaryrefslogtreecommitdiff
path: root/src/http/routing.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change HTTP Bulk Delete from DELETE to POSTAdelyn2018-08-171-1/+1
|
* Fix all the dead links in the docsErk-2018-08-091-22/+22
|
* [routing] Fix various incorrect routes. (#364)Lymia Aluysia2018-08-081-4/+4
|
* [http] Fix some routing issuesZeyla Hellyer2018-08-081-4/+4
| | | | | | | | | | | Fix the following issues with the routing: - AddMemberRole now POSTs instead of DELETEs - GuildBanUser now POSTs instead of DELETEs - CreateRole now POSTs instead of DELETEs - CreateWebhook now POSTs instead of DELETEs These issues arose from commit hash bbbf63868a8ef3c0f21c1896f7afb96f4d8fbcc1.
* [http] Abstract out routing methods and pathsZeyla Hellyer2018-08-051-0/+1433