forked from open-webui/open-webui
chore: 🎨 format backend
This commit is contained in:
parent
8480a9b418
commit
05fade1426
3 changed files with 26 additions and 21 deletions
|
@ -50,4 +50,6 @@ app.mount("/api/v1", webui_app)
|
|||
# app.mount("/ollama/api", WSGIMiddleware(ollama_app))
|
||||
app.mount("/ollama/api", ollama_app)
|
||||
|
||||
app.mount("/", SPAStaticFiles(directory="../build", html=True), name="spa-static-files")
|
||||
app.mount("/",
|
||||
SPAStaticFiles(directory="../build", html=True),
|
||||
name="spa-static-files")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue