feat: lots of updates

This commit is contained in:
zerosoul
2022-02-10 23:35:25 +08:00
parent e8b6c2b0f1
commit d05c5ff8f2
33 changed files with 1072 additions and 331 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export const authApi = createApi({
query: (credentials) => ({
url: "token/login",
method: "POST",
body: credentials,
body: { credential: credentials, device: "web", device_token: "test" },
}),
// transformResponse: (resp) => {
// console.log("resp", resp);