-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
twitter-server: Remove .json extension from /admin/toggles
Problem The admin endpoint for Toggles currently ends with ".json". Once mutations are allowed via POST/PUT/DELETE this extenstion will look out of place. As an example, this would not be a great path: `DELETE /admin/toggles.json/com.twitter.somelib/com.twitter.somelib.Toggle` Solution Remove the ".json" extension such that the admin endpoint is available at "/admin/toggles". RB_ID=849646
- Loading branch information
1 parent
b3f8433
commit 14499cc
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
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
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