Refactor APIs

This commit is contained in:
2025-11-18 22:02:44 +03:00
Unverified
parent e23959fbd9
commit a15d3a08bf
35 changed files with 1075 additions and 313 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import {
sendDMViaWebSocket,
fetchDMConversations,
type DMConversationResponse
} from "@/core/api/dmApi";
} from "@/core/api/dm";
import type { User, Message, DmEncryptedJSON } from "@/core/types";
import { websocket } from "@/core/websocket";