🐛 Removed unwanted token headers in login request

This commit is contained in:
Indrajith K L
2019-12-12 19:46:06 +05:30
parent 54cb776a92
commit 7593008ad2

View File

@@ -5,5 +5,5 @@ export const loginMock = (params)=>{
url: 'https://reqres.in/api/login',
method: 'post',
data: params
});
}, true);
}