Skip to content

Commit 320f2bd

Browse files
committed
Add authorization for gallery
1 parent dc9d5b1 commit 320f2bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/PageOne/DemoCard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const DemoCard = ({uploadFiles, width=300, title="Hiking", url='', isFirstCard,
5959
useEffect(() => {
6060
axios.get(url,{
6161
headers:{
62-
Authorization: `token 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`
62+
Authorization: `token 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`
6363
}
6464
})
6565
.then(response => {

src/pages/PageOne/DemoCards.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const DemoCards = ({uploadFiles,closeGallery=()=>{}})=>{
1818

1919
axios.get(githubApiUrl,{
2020
headers:{
21-
Authorization: `token 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`
21+
Authorization: `token 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`
2222
}
2323
})
2424
.then(response => {

0 commit comments

Comments
 (0)