Skip to content

Commit d73f168

Browse files
committed
Refactor: 임시 채팅내역 API 삭제
1 parent bd2744b commit d73f168

File tree

2 files changed

+1
-50
lines changed

2 files changed

+1
-50
lines changed

src/pages/api/chat/[character_id].tsx

-49
This file was deleted.

src/utils/api/accounts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import defaultInstance from '@/utils/axiosInstance/defaultInstance';
2-
import clientInstance from '../axiosInstance/clientInstance';
2+
import clientInstance from '@/utils/axiosInstance/clientInstance';
33

44
interface Credentials {
55
email: string, password: string, provider: string

0 commit comments

Comments
 (0)