add axios and basic folder

This commit is contained in:
Ehsan
2024-10-26 01:03:50 +03:30
parent 60276b3ba0
commit bc26faa77c
4 changed files with 99 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
import api from "./api";
export const request = {
auth: (phone) => api.post("sign-up/", { phone }),
};