We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4669d6 commit dc9d5b1Copy full SHA for dc9d5b1
src/pages/PageOne/DemoCard.jsx
@@ -59,7 +59,7 @@ const DemoCard = ({uploadFiles, width=300, title="Hiking", url='', isFirstCard,
59
useEffect(() => {
60
axios.get(url,{
61
headers:{
62
- Authorization: `token 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`
+ Authorization: `token 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`
63
}
64
})
65
.then(response => {
0 commit comments