We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2744b commit d73f168Copy full SHA for d73f168
src/pages/api/chat/[character_id].tsx
src/utils/api/accounts.ts
@@ -1,5 +1,5 @@
1
import defaultInstance from '@/utils/axiosInstance/defaultInstance';
2
-import clientInstance from '../axiosInstance/clientInstance';
+import clientInstance from '@/utils/axiosInstance/clientInstance';
3
4
interface Credentials {
5
email: string, password: string, provider: string
0 commit comments