mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #434] [MERGED] fix: remove problematic root_path #462
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/434
Author: @masci
Created: 1/21/2025
Status: ✅ Merged
Merged: 1/21/2025
Merged by: @masci
Base:
main← Head:massi/fastapi📝 Commits (1)
46595defix: remove problematic root_path📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
llama_deploy/apiserver/app.py(+3 -3)📄 Description
From #431, passing
root_path="/"causes problems on some platforms. Since it's not a good practice to pass/anyways, let's remove it and see if it fixes the linked issue.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.