aboutsummaryrefslogtreecommitdiff
path: root/src/api/index.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-05-31 19:11:57 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-06-03 17:47:44 -0700
commit0f5555b92915b175a685a24ade9276d170ae37f5 (patch)
tree78ae08b1aaa0263d012ca4037028a21728179bd6 /src/api/index.ts
parent926bebb122ba4226b65088bd0d2f964c8d9e9f8c (diff)
downloadchessh-bot-0f5555b92915b175a685a24ade9276d170ae37f5.tar.gz
chessh-bot-0f5555b92915b175a685a24ade9276d170ae37f5.zip
move to docker compose, fuck vercel
remove other unnecesaary stuff
Diffstat (limited to 'src/api/index.ts')
-rw-r--r--src/api/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/index.ts b/src/api/index.ts
index ae9b26a..39f5b40 100644
--- a/src/api/index.ts
+++ b/src/api/index.ts
@@ -3,7 +3,7 @@ import {
BotMoveRequest,
BotMoveAttempt,
BotMoveResponse,
-} from '../interfaces/Chessh';
+} from './Chessh';
import axios from 'axios';
import { aiMove } from 'js-chess-engine';