Skip to content

Commit

Permalink
chore(fix): add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ndu committed Nov 22, 2024
1 parent d9ec418 commit e6f6c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/apps/research/redirects_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
RedirectView.as_view(url='/api/articles/EIP-7685-General-Purpose-Execution-Requests/', permanent=True)),
path('api/articles/research/eips-for-nerds-8-eip-7685/',
RedirectView.as_view(url='/api/articles/EIP-7685-General-Purpose-Execution-Requests/', permanent=True)),
path('api/articles/research/charting-ethereums-account-abstraction-roadmap-1/',
RedirectView.as_view(url='/api/articles/charting-ethereums-account-abstraction-roadmap-i-eip-3074-eip-7702/', permanent=True)),
]

0 comments on commit e6f6c82

Please sign in to comment.