Skip to content

Commit dc9d5b1

Browse files
authored
Update token for DemoCard.jsx
1 parent b4669d6 commit dc9d5b1

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)