From e4a7405bfe2e09ef3420c3d6991ff990e7c7a7e7 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 ```