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.
This commit is contained in:
parent
666a751fb5
commit
726f215fc5
|
@ -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.**
|
||||||
|
|
Reference in New Issue