Sync main changes to dev
This commit is contained in:
commit
0557407301
0
.github/workflows/github-actions-ec2.yml
vendored
Normal file
0
.github/workflows/github-actions-ec2.yml
vendored
Normal file
|
|
@ -55,7 +55,7 @@ const handleOpen = () => {
|
|||
setOpen(true);
|
||||
var myHeaders = new Headers();
|
||||
myHeaders.append("Content-Type", "application/json");
|
||||
myHeaders.append("Authorization", "<token>");
|
||||
myHeaders.append("Authorization", localStorage.getItem("token"));
|
||||
|
||||
var raw = value
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user