Remove extra /

This extra slash makes the container attempt to fetch https://api.yuzu-emu.org//jwt/internal which causes room registration to fail.
This commit is contained in:
GGrandma 2023-01-29 14:55:22 -06:00 committed by GitHub
parent 43cc06d882
commit 72ee8a1a00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ sudo docker run -d \
--max_members 4 \ --max_members 4 \
--token "YUZU ACCOUNT TOKEN" \ --token "YUZU ACCOUNT TOKEN" \
--enable-yuzu-mods \ --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.** **Please note, the token format has changed as of 11/1/2019.**