added user api

This commit is contained in:
2021-08-18 14:25:00 +05:30
parent 994de2be5e
commit aaf6f0cb54
8 changed files with 20 additions and 13 deletions

View File

@ -46,7 +46,14 @@ const TheContent = () => {
console.log("making request");
// You can await here
const result = await axios.get('https://api.ts.bizside.biz/api/v7/' + company_code + '/users?email=' + user_email, {
// const result = await axios.get('https://api.ts.bizside.biz/api/v7/' + company_code + '/users?email=' + user_email, {
// auth: {
// username: key,
// password: pwd
// }
// });
const result = await axios.get('https://fsbsso.sumasen.net/users?email=akira.miyata@mobilous.com', {
auth: {
username: key,
password: pwd