fix(ui/admin.py): handles trailing '/' case

This commit is contained in:
Krrish Dholakia 2024-01-01 17:49:54 +05:30
parent e1e3721917
commit 61cd800b9f
3 changed files with 20 additions and 3 deletions

View file

@ -0,0 +1,11 @@
# [BETA] Self-serve UI
Allow your users to create their own keys through a UI
:::info
This is in beta, so things may change. If you have feedback, [let us know](https://discord.com/invite/wuPM9dRgDw)
:::

View file

@ -105,6 +105,7 @@ const sidebars = {
"proxy/user_keys",
"proxy/load_balancing",
"proxy/virtual_keys",
"proxy/ui",
"proxy/users",
"proxy/model_management",
"proxy/reliability",