muhammadzain commited on
Commit
57bcb1c
·
1 Parent(s): 0f2abbb

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -14,7 +14,7 @@ CORS(app)
14
 
15
  @app.route('/')
16
  def index():
17
- return ('<a href="https://text-extraction-ce2b5.web.app/">Checkout Frontend/</a>')
18
 
19
 
20
  # Route for seeing a data
 
14
 
15
  @app.route('/')
16
  def index():
17
+ return ("Please use Frontend ---> https://text-extraction-ce2b5.web.app")
18
 
19
 
20
  # Route for seeing a data