mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 05:07:19 +09: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…
x
Reference in New Issue
Block a user