diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 14:24:09 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:36 +0700 |
commit | 4ae6d4e86b09c88cc350f298a4d035abc6d9ca04 (patch) | |
tree | b721183114761b31e28b83637902d23f3dec294f /python/Routes | |
parent | b1af624277b9a491ce28f53f1d8fabf7050930d0 (diff) |
python/Routes: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/Routes')
-rw-r--r-- | python/Routes/slack-desc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/Routes/slack-desc b/python/Routes/slack-desc index f4885e503815..f5340569cf52 100644 --- a/python/Routes/slack-desc +++ b/python/Routes/slack-desc @@ -13,7 +13,6 @@ Routes: mapping URLs to application actions, and conversely to generate URLs. Routes: Routes: Routes makes it easy to create pretty and concise URLs that are Routes: RESTful with little effort. -Routes: Routes: Routes allows conditional matching based on domain, cookies, HTTP Routes: method, or a custom function. Routes: Sub-domain support is built in. |