Smitaambiger opened a new pull request, #671:
URL: https://github.com/apache/burr/pull/671

   This PR adds a reusable FastAPI factory and helper function to allow the 
Burr UI
   to be mounted inside an existing FastAPI application.
   
   Changes:
   - Added `create_burr_ui_app()` factory to construct the Burr UI FastAPI app.
   - Added `mount_burr_ui(parent_app, path="/burr")` helper to mount the UI as 
a sub-application.
   - Preserved existing behaviour with `app = create_burr_ui_app()`.
   
   This enables users to run Burr tracking UI alongside their own FastAPI 
services
   in the same application.
   
   Closes #503


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to