feat: team draft

This commit is contained in:
2024-11-12 19:15:13 +07:00
parent 8159b65605
commit f5250d5361
23 changed files with 313 additions and 48 deletions
+9
View File
@@ -0,0 +1,9 @@
import api from "@/lib/api";
const authRepo = {
getUser() {
return api("/auth/user");
},
};
export default authRepo;