mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-05 10:43:53 +09:00
URL変更に対応
This commit is contained in:
@ -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() {
|
||||||
|
Reference in New Issue
Block a user