mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(feat) move proxy UI to experimental
This commit is contained in:
parent
c388935d42
commit
7876727268
30 changed files with 75 additions and 3 deletions
|
@ -161,9 +161,7 @@ router = APIRouter()
|
|||
origins = ["*"]
|
||||
|
||||
|
||||
app.mount(
|
||||
"/ui", StaticFiles(directory="../../ui/litellm-dashboard/out", html=True), name="ui"
|
||||
)
|
||||
app.mount("/ui", StaticFiles(directory="_experimental/out", html=True), name="ui")
|
||||
app.add_middleware(
|
||||
CORSMiddleware,
|
||||
allow_origins=origins,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue