react
react copied to clipboard
custom file component
Hello
I want to create a custom file component in which I can have more than one url address and I can use my own token and request header to access those addresses.
for example authorization: Bearer ${window.localStorage.getItem('token')}
How can I do this?
i use [email protected]
Thanks