summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/othello/games
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-02 04:15:27 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-02 04:15:27 +0900
commitcd2542e0fd8578f6e41114ffebbda1f16f7d04ce (patch)
treec339b7808fc2a3d72ae30cb86ddb7b9c21852652 /src/server/api/endpoints/othello/games
parentRefactor (diff)
downloadmisskey-cd2542e0fd8578f6e41114ffebbda1f16f7d04ce.tar.gz
misskey-cd2542e0fd8578f6e41114ffebbda1f16f7d04ce.tar.bz2
misskey-cd2542e0fd8578f6e41114ffebbda1f16f7d04ce.zip
Refactor
Diffstat (limited to 'src/server/api/endpoints/othello/games')
-rw-r--r--src/server/api/endpoints/othello/games/show.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/othello/games/show.ts b/src/server/api/endpoints/othello/games/show.ts
index 0d3b539652..0b1c9bc356 100644
--- a/src/server/api/endpoints/othello/games/show.ts
+++ b/src/server/api/endpoints/othello/games/show.ts
@@ -1,6 +1,6 @@
import $ from 'cafy';
import OthelloGame, { pack } from '../../../../../models/othello-game';
-import Othello from '../../../../../common/othello/core';
+import Othello from '../../../../../misc/othello/core';
module.exports = (params, user) => new Promise(async (res, rej) => {
// Get 'gameId' parameter