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