Skip to content

Commit

Permalink
Merge pull request #191 from 2077-Collective/fix/redirect
Browse files Browse the repository at this point in the history
chore(fix): fix redirect
  • Loading branch information
losndu authored Nov 22, 2024
2 parents e55aa7d + 718453e commit e866ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/apps/research/redirects_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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/',
path('api/articles/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 e866ed1

Please sign in to comment.