You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: