fix(config): update API base URL to staging server

- Change base URL from http://185.208.175.150:8090 to https://apimznstg.aireview.ir
- Update to use HTTPS staging environment
This commit is contained in:
hosseintaromi 2025-07-21 23:32:39 +03:30
parent 13627a382c
commit 9b39a4ac47
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export const API_GATE_WAY = "http://185.208.175.150:8090"; export const API_GATE_WAY = "https://apimznstg.aireview.ir";
export const REQUEST_TIMEOUT = 30000; export const REQUEST_TIMEOUT = 30000;