mirror of
https://github.com/yuzu-emu/yuzu-multiplayer-dedicated
synced 2024-11-24 04:58:12 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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.**
|
||||||
|
|
Loading…
Reference in a new issue