feat: похуйу
This commit is contained in:
@@ -7,7 +7,7 @@ export async function getMe(): Promise<unknown> {
|
|||||||
const csrf = await getCsrfToken()
|
const csrf = await getCsrfToken()
|
||||||
const bearer = tokenStore.get()
|
const bearer = tokenStore.get()
|
||||||
|
|
||||||
const res = await fetch(`${USERS_API_URL}/me`, {
|
const res = await fetch(`${USERS_API_URL}/me/`, {
|
||||||
credentials: 'include',
|
credentials: 'include',
|
||||||
headers: {
|
headers: {
|
||||||
'X-CSRF-Token': csrf,
|
'X-CSRF-Token': csrf,
|
||||||
|
|||||||
Reference in New Issue
Block a user