Backend: ADD User Auth

This commit is contained in:
Kentai Radiquum 2024-04-17 17:13:40 +05:00
parent c82b6e7265
commit 23ac963dee
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 51 additions and 0 deletions

View file

@ -8,6 +8,7 @@ ENDPOINTS = {
"release": f"{API_URL}/release",
"profile": f"{API_URL}/profile",
"filter": f"{API_URL}/filter",
"auth": f"{API_URL}/auth/signIn",
}
USER_AGENT = "AnixartApp/8.2.1-23121216 (Android 11; SDK 30; arm64-v8a;)"