aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/services/invidious-router/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/invidious-router/default.nix b/system/services/invidious-router/default.nix
index 1cb61df..c4d855c 100644
--- a/system/services/invidious-router/default.nix
+++ b/system/services/invidious-router/default.nix
@@ -18,7 +18,7 @@
];
};
healthcheck = {
- path = "/";
+ path = "/watch?v=uSvJaYxRoB4";
allowed_status_codes = [
200
];