Spaces:
Build error
Build error
Update app.py
Browse files
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():
|