mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 17:39:41 +05:00
Backend: ADD User Auth
This commit is contained in:
parent
c82b6e7265
commit
23ac963dee
4 changed files with 51 additions and 0 deletions
|
@ -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;)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue