Skip to content

Commit

Permalink
datasette.io/discord-enrichments shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Nov 26, 2023
1 parent f0aade9 commit a0ecb3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ def register_routes():
"https://discord.gg/RKAH4b8TvE", status=301
),
),
(
r"^/discord-enrichments/?$",
lambda request: Response.redirect(
"https://discord.gg/tcTpMVQdRc", status=301
),
),
# /help/X may be linked to from the datasette CLI - served with 302 because I may change
# what they target in the future.
(
Expand Down

0 comments on commit a0ecb3d

Please sign in to comment.