summary refs log tree commit diff stats
path: root/system/services/invidious-router/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/invidious-router/default.nix')
-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
         ];