Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|