Spaces:
Runtime error
Runtime error
Commit ·
0a17e79
1
Parent(s): 6924583
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ sephora_direct = SephoraScraper()
|
|
| 8 |
|
| 9 |
app = FastAPI()
|
| 10 |
|
| 11 |
-
@app.get("/
|
| 12 |
def read_root():
|
| 13 |
print('request agye nhi')
|
| 14 |
return {
|
|
|
|
| 8 |
|
| 9 |
app = FastAPI()
|
| 10 |
|
| 11 |
+
@app.get("/")
|
| 12 |
def read_root():
|
| 13 |
print('request agye nhi')
|
| 14 |
return {
|