In supertokens-website, ```axios.defaults.baseURL ...
# support-questions
s
In supertokens-website,
Copy code
axios.defaults.baseURL = '/api'
SuperTokens.addAxiosInterceptors(axios)
Doing above will add '/api in axios request but wont add when I call SuperTokens.signOut(). Is this normal?