Marthee commited on
Commit
fca93e8
·
verified ·
1 Parent(s): 1756c04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ def findapiFilteredHeadings():
236
 
237
 
238
  @app.route('/findapiAllDocNoNotbilled', methods=['GET','POST'])
239
- def findapiFilteredHeadings():
240
  try:
241
  print('In process [Try]')
242
  data = request.get_json()
 
236
 
237
 
238
  @app.route('/findapiAllDocNoNotbilled', methods=['GET','POST'])
239
+ def findapiAllDocNoNotbilled():
240
  try:
241
  print('In process [Try]')
242
  data = request.get_json()