From a36ddfd70c0f9274869d99ffce1c569a34ed44b8 Mon Sep 17 00:00:00 2001 From: Djeex Date: Tue, 25 Aug 2026 10:32:59 +0000 Subject: [PATCH] Fixed deprecated path in qbitorrent.md --- content/3.serveex/5.media/2.qbittorrent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/3.serveex/5.media/2.qbittorrent.md b/content/3.serveex/5.media/2.qbittorrent.md index 75422cb..494f85c 100644 --- a/content/3.serveex/5.media/2.qbittorrent.md +++ b/content/3.serveex/5.media/2.qbittorrent.md @@ -151,7 +151,7 @@ Entrez en modification en tapant `i` et éditez le comme suit en ajoutant la cl ```toml [[roles]] name = "t-anc/GSP-Qbittorent-Gluetun-sync-port-mod" -routes = ["GET /v1/openvpn/portforwarded"] +routes = ["GET /v1/portforward"] auth = "apikey" apikey = "votre_clée" # clée que vous avez générée précédemment ```