abhinavvvvv commited on
Commit
fd849c0
·
1 Parent(s): 10eb11a

updated spam dict

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -9,7 +9,7 @@ app = FastAPI(
9
  )
10
 
11
 
12
- @app.get("/status")
13
  def status():
14
  return {
15
  "status": "ok",
 
9
  )
10
 
11
 
12
+ @app.get("/")
13
  def status():
14
  return {
15
  "status": "ok",