WIP-CORS issue fixes
Signed-off-by: Naval <ashish.kumar@cloudwick.com>
This commit is contained in:
parent
3489b75ec2
commit
f43741f285
|
@ -36,8 +36,7 @@ export function PhoneNumberList() {
|
|||
const fetchNumberList = async () => {
|
||||
try {
|
||||
const myHeaders = new Headers({
|
||||
"Origin": "*",
|
||||
"x-requested-with": "XMLHttpRequest"
|
||||
"Origin": "*"
|
||||
});
|
||||
|
||||
const requestOptions = {
|
||||
|
|
Loading…
Reference in a new issue