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:
parent
13627a382c
commit
9b39a4ac47
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue