DaniilAlpha commited on
Commit
7f98a30
·
1 Parent(s): d7562ab

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -59,9 +59,9 @@ HTML = """
59
  </html>
60
  """
61
 
62
- @app.get("/")
63
- def index():
64
- return HTMLResponse(HTML)
65
 
66
  @app.post("/map")
67
  def map(query: Union[str, None], items: Union[list[str], None]):
 
59
  </html>
60
  """
61
 
62
+ # @app.get("/")
63
+ # def index():
64
+ # return HTMLResponse(HTML)
65
 
66
  @app.post("/map")
67
  def map(query: Union[str, None], items: Union[list[str], None]):