fix error for new players

This commit is contained in:
Zutatensuppe 2021-05-15 16:57:25 +02:00
parent 5e949f3d30
commit b695b44b6c

View file

@ -13,6 +13,7 @@
import NewGame from "/views/NewGame.vue.js"
import Game from "/views/Game.vue.js"
import Replay from "/views/Replay.vue.js"
import Util from './../common/Util.js'
(async () => {
const res = await fetch(`/api/conf`)