mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 08:49:13 +00:00
chore: redirect api path (#6232)
* chore: redirect api path * Update vercel.json * Update vercel.json * Update vercel.json
This commit is contained in:
parent
ffb587f9ee
commit
1e5fd2f66e
@ -15,6 +15,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"redirects": [
|
"redirects": [
|
||||||
{ "source": "/", "destination": "/docs" }
|
{ "source": "/", "destination": "/docs" },
|
||||||
|
{ "source": "/docs/apis/mgmt/:slug*", "destination": "/docs/apis/resources/mgmt/:slug*", "permanent": true },
|
||||||
|
{ "source": "/docs/apis/auth/:slug*", "destination": "/docs/apis/resources/auth/:slug*", "permanent": true },
|
||||||
|
{ "source": "/docs/apis/system/:slug*", "destination": "/docs/apis/resources/system/:slug*", "permanent": true },
|
||||||
|
{ "source": "/docs/apis/admin/:slug*", "destination": "/docs/apis/resources/admin/:slug*", "permanent": true }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user