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

View File

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