feat: похуйу

This commit is contained in:
2026-05-12 21:55:17 +03:00
parent e310eafa1e
commit 929d455b30

View File

@@ -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,