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 () => {
|
const fetchNumberList = async () => {
|
||||||
try {
|
try {
|
||||||
const myHeaders = new Headers({
|
const myHeaders = new Headers({
|
||||||
"Origin": "*",
|
"Origin": "*"
|
||||||
"x-requested-with": "XMLHttpRequest"
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const requestOptions = {
|
const requestOptions = {
|
||||||
|
|
Loading…
Reference in a new issue