expo doctor
This commit is contained in:
3
API.js
3
API.js
@@ -1,4 +1,5 @@
|
||||
const baseUrl = "https://api.emmint.com";
|
||||
//const baseUrl = "http://localhost:3000";
|
||||
|
||||
let getCall = async (path = "", params = {}) => {
|
||||
let queryParams = "?";
|
||||
@@ -106,7 +107,7 @@ const API = {
|
||||
email,
|
||||
profile
|
||||
}).then((data) => {
|
||||
console.log(data)
|
||||
//console.log(data)
|
||||
if (data && data.status === "ok") {
|
||||
CurrentUserId = data.user_sid;
|
||||
CurrentProfile = data.profile_id;
|
||||
|
||||
Reference in New Issue
Block a user