cbensimon HF staff commited on
Commit
f26a493
1 Parent(s): d444bac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ app = FastAPI()
6
 
7
  @app.get('/')
8
  def redirect():
9
- return RedirectResponse('/home')
10
 
11
  @app.get('/home')
12
  def home():
 
6
 
7
  @app.get('/')
8
  def redirect():
9
+ return RedirectResponse('./home')
10
 
11
  @app.get('/home')
12
  def home():