This commit is contained in:
Maciej Ścigacz 2023-05-30 21:18:30 +02:00
parent 6bfd6325b3
commit 04378a3888

View File

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