This commit is contained in:
2026-03-21 19:37:13 +03:30
parent 0da224648a
commit 52e6a90319
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
- **Todo** (`views/apps/todo`)
- **Account Settings** (`views/pages/account-settings`)
> **Base URL:** `NEXT_PUBLIC_API_URL` یا `ENVOY_GATEWAY_URL` یا `http://localhost:9035`
> **Base URL:** `NEXT_PUBLIC_API_URL` یا `ENVOY_GATEWAY_URL` یا `http://85.208.253.135:8000`
> **Authentication:** تمام درخواست‌ها نیاز به هدر `Authorization: Bearer {token}` دارند (توکن از `localStorage.auth_token` خوانده می‌شود)
---