mumer119131 commited on
Commit
0a17e79
·
1 Parent(s): 6924583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ sephora_direct = SephoraScraper()
8
 
9
  app = FastAPI()
10
 
11
- @app.get("/re")
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 {