Skip to content

Commit d0c8256

Browse files
committed
chore: add redirect from api-server to backend
1 parent dfb0dfd commit d0c8256

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ const developerDocsRedirects = [
114114
source: '/application/api/:path*',
115115
destination: '/backend/api/:path*',
116116
},
117+
{
118+
source: '/api-server/:path*',
119+
destination: '/backend/:path*'
120+
},
117121
{
118122
source: '/application/serializers/',
119123
destination: '/backend/serializers/',

0 commit comments

Comments
 (0)