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.
ci
GGrandma 2023-03-15 21:08:07 -05:00 committed by GitHub
parent 666a751fb5
commit 726f215fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.**