ArsanForEver commited on
Commit
f18fc68
·
verified ·
1 Parent(s): 1f4c923

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  from fastapi import FastAPI
2
 
3
- app = FastAPI()
 
4
 
5
  @app.get("/")
6
  def home():
 
1
  from fastapi import FastAPI
2
 
3
+ app = FastAPI(root_path="/")
4
+
5
 
6
  @app.get("/")
7
  def home():