From 8762f28b27478a4845c2d113335d2dde68e40c5c Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sat, 24 May 2025 23:54:09 +0200 Subject: [PATCH] fix healthcheck --- CloudronManifest.json | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 084e054..1eb9204 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG.md", "tagline": "Ciné-agrégateur multi-source pour enfants.", "version": "1.0.0", - "healthCheckPath": "/search?q=test", + "healthCheckPath": "/search", "httpPort": 3000, "addons": { "localstorage": {} diff --git a/VERSION b/VERSION index 8acdd82..4e379d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2