Skip to content

Commit afd4ac6

Browse files
authored
Update token for DemoCard.jsx
1 parent e5af219 commit afd4ac6

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

0 commit comments

Comments
 (0)