sort in user table

This commit is contained in:
2026-04-08 14:17:02 +07:00
parent 2d9eaed4fb
commit 8f71d46652
9 changed files with 376 additions and 189 deletions

1
api.ts
View File

@@ -12,6 +12,7 @@ export const API = {
PRESIGNED: `${API_URL_ROOT}/media/presigned`
},
Auth : {
LOGOUT: `${API_URL_ROOT}/auth/logout`,
SIGNUP: `${API_URL_ROOT}/auth/signup`,
SIGNIN: `${API_URL_ROOT}/auth/signin`,
CREATEOTP: `${API_URL_ROOT}/auth/token/create`,