Marthee commited on
Commit
b5f6f0d
·
verified ·
1 Parent(s): cbc4f78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -12,6 +12,8 @@ app = Flask(__name__)
12
  @app.route('/', method='GET')
13
  def thismain():
14
  print('ayhaga')
 
 
15
  @app.route('/process', method='POST')
16
  def process():
17
  # check_api_key()
 
12
  @app.route('/', method='GET')
13
  def thismain():
14
  print('ayhaga')
15
+ return jsonify('done')
16
+
17
  @app.route('/process', method='POST')
18
  def process():
19
  # check_api_key()