New password option fo the tenant adding and heatlth check
Release Inventarsystem / release-docker (push) Successful in 3m9s

This commit is contained in:
2026-08-26 22:55:56 +02:00
parent 4461644cb6
commit d2c21bc519
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -13163,7 +13163,7 @@ def get_optimal_image_quality(img, target_size_kb=80):
@app.route('/health')
def health_check():
return 'OK', 200
return jsonify({"status": "healthy"}), 200
@app.route('/api/push/subscribe', methods=['POST'])