Skip to content

Commit e55aa7d

Browse files
authored
Merge pull request #190 from 2077-Collective/fix/redirect
chore(fix): add redirect
2 parents d9ec418 + e6f6c82 commit e55aa7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/apps/research/redirects_urls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
RedirectView.as_view(url='/api/articles/EIP-7685-General-Purpose-Execution-Requests/', permanent=True)),
99
path('api/articles/research/eips-for-nerds-8-eip-7685/',
1010
RedirectView.as_view(url='/api/articles/EIP-7685-General-Purpose-Execution-Requests/', permanent=True)),
11+
path('api/articles/research/charting-ethereums-account-abstraction-roadmap-1/',
12+
RedirectView.as_view(url='/api/articles/charting-ethereums-account-abstraction-roadmap-i-eip-3074-eip-7702/', permanent=True)),
1113
]

0 commit comments

Comments
 (0)