Marthee commited on
Commit
56153ad
·
verified ·
1 Parent(s): 9859aac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def receive_pdf_data():
101
  return jsonify({"error": str(e)}), 500
102
 
103
 
104
- @app.route('/findapi', methods=['GET'])
105
  def findapi():
106
  try:
107
  print('In process [Try]')
 
101
  return jsonify({"error": str(e)}), 500
102
 
103
 
104
+ @app.route('/findapi', methods=['GET','POST'])
105
  def findapi():
106
  try:
107
  print('In process [Try]')