Skip to content

Commit e5af219

Browse files
authored
Add authentication token for gallery
1 parent 7424c71 commit e5af219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
62+
Authorization: `token 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`
6363
}
6464
})
6565
.then(response => {

0 commit comments

Comments
 (0)