test
This commit is contained in:
parent
6bfd6325b3
commit
04378a3888
@ -29,4 +29,8 @@ def scrapp():
|
|||||||
result['status'] = True
|
result['status'] = True
|
||||||
return result
|
return result
|
||||||
except:
|
except:
|
||||||
return jsonify({'status':False})
|
return jsonify({'status':False})
|
||||||
|
|
||||||
|
@sentiment_service.route("/hello", methods=['POST'])
|
||||||
|
def elo():
|
||||||
|
return "helo world"
|
Loading…
Reference in New Issue
Block a user