mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00:00
URL変更に対応
This commit is contained in:
parent
554d76f9c5
commit
6c69ee72b1
|
@ -64,7 +64,7 @@ class Session {
|
||||||
}
|
}
|
||||||
|
|
||||||
private get url(): string {
|
private get url(): string {
|
||||||
return `${config.host}/reversi/${this.game.id}`;
|
return `${config.host}/games/reversi/${this.game.id}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
Loading…
Reference in a new issue