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