This commit is contained in:
Maciej Ścigacz 2023-05-31 15:23:23 +02:00
parent 04378a3888
commit 176ba1c9ad

View File

@ -31,6 +31,6 @@ def scrapp():
except:
return jsonify({'status':False})
@sentiment_service.route("/hello", methods=['POST'])
@sentiment_service.route("/hello", methods=['GET'])
def elo():
return "helo world"