http to https fix

This commit is contained in:
Priyatham-sai-chand 2021-04-15 21:55:00 +05:30
parent ed392ef98d
commit 5cc119b916
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ const responsePassGoogle = async (response) => {
const idToken = response.tokenId;
console.log("id token" + idToken);
const googleres = await Axios.post(
"http://server-locaft.herokuapp.com/users/googlelogin",{
"https://server-locaft.herokuapp.com/users/googlelogin",{
idToken: idToken
}