lucianotonet commited on
Commit
55dc504
·
1 Parent(s): e3fc6ee

Update to work with proxy. Playground still tries to get assets from wrong path.

Browse files
Files changed (1) hide show
  1. app/server.py +1 -1
app/server.py CHANGED
@@ -35,4 +35,4 @@ add_routes(
35
  if __name__ == "__main__":
36
  import uvicorn
37
 
38
- uvicorn.run(app, host="localhost", port=7860)
 
35
  if __name__ == "__main__":
36
  import uvicorn
37
 
38
+ uvicorn.run(app, host="localhost", port=7860, root_path="/api/ai")