URL変更に対応

This commit is contained in:
syuilo 2019-01-22 13:42:04 +09:00
parent 554d76f9c5
commit 6c69ee72b1
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -64,7 +64,7 @@ class Session {
}
private get url(): string {
return `${config.host}/reversi/${this.game.id}`;
return `${config.host}/games/reversi/${this.game.id}`;
}
constructor() {