From 726f215fc5af1280c505c007a54636aed551fdd7 Mon Sep 17 00:00:00 2001 From: GGrandma Date: Wed, 15 Mar 2023 21:08:07 -0500 Subject: [PATCH] Remove extra / (#2) This extra slash makes the container attempt to fetch https://api.yuzu-emu.org//jwt/internal which causes room registration to fail. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49ee722..50aeecb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ sudo docker run -d \ --max_members 4 \ --token "YUZU ACCOUNT TOKEN" \ --enable-yuzu-mods \ - --web-api-url https://api.yuzu-emu.org/ + --web-api-url https://api.yuzu-emu.org ``` **Please note, the token format has changed as of 11/1/2019.**