Skip to content

Commit

Permalink
chore: order index.ts apis
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtle-Hwan committed Aug 19, 2024
1 parent afc75aa commit 6a120c9
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/apis/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
export * from "@/apis/LoginApi";
export * from "@/apis/voiceroomApi";
export * from "@/apis/GetUserProfileApi";

export * from "@/apis/Chat/ChatroomSearchAllApi";
export * from "@/apis/Chat/ChatroomCreateApi";
export * from "@/apis/Chat/ChatType";
export * from "@/apis/Chat/ChatroomUpdateNameApi";
export * from "@/apis/Chat/ChatroomCreateApi";
export * from "@/apis/Chat/ChatroomExitDelete";
export * from "@/apis/Chat/ChatroomSearchAllApi";
export * from "@/apis/Chat/ChatroomSearchAllUserApi";
export * from "@/apis/Chat/ChatroomUpdateNameApi";

export * from "@/apis/Chat/Socket";

export * from "@/apis/Pay/PayPageAPI";

export * from "@/apis/Space/SpaceCreateApi";
export * from "@/apis/Space/SpaceJoinInfoApi";
export * from "@/apis/Space/SpaceSearchAllUserApi";
export * from "@/apis/Space/SpaceSearchUserProfile";
export * from "@/apis/Space/SpaceSelectApi";
export * from "@/apis/Space/SpaceUserJoinApi";

0 comments on commit 6a120c9

Please sign in to comment.