1
0

Развитие бека

1. Создание БД
2. Создание бека
3. Пока создали класс юзера
This commit is contained in:
2026-01-11 17:48:05 +07:00
parent 301e179160
commit a9c146b192
9 changed files with 351 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ import { authApi } from './api'
const checkAuth = async () => {
try {
const data = await authApi.check()
return data.status === 'ok'
return data.success === true
} catch {
return false
}