Skip to content

Commit

Permalink
Refactor: 임시 채팅내역 API 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
soulchicken committed Oct 11, 2023
1 parent bd32acc commit 350220c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
49 changes: 0 additions & 49 deletions src/pages/api/chat/[character_id].tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/utils/api/accounts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import defaultInstance from '@/utils/axiosInstance/defaultInstance';
import clientInstance from '../axiosInstance/clientInstance';
import clientInstance from '@/utils/axiosInstance/clientInstance';

interface Credentials {
email: string, password: string, provider: string
Expand Down

0 comments on commit 350220c

Please sign in to comment.