mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
URL変更に対応
This commit is contained in:
parent
554d76f9c5
commit
6c69ee72b1
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue