muhammadzain commited on
Commit
ec216ad
·
1 Parent(s): b5a73dc

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('/data')
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('/data')
16
  def index():
17
+ return ('<a href="https://text-extraction-ce2b5.web.app/">Checkout Frontend/</a>')
18
 
19
 
20
  # Route for seeing a data