39 lines
1.8 KiB
Dart
39 lines
1.8 KiB
Dart
//api url
|
|
|
|
//---- NOTE : RELEASE 29 OCT 2025 - Except AUJAS LIVE EVERYTHING MOVED ---
|
|
|
|
/** Note : TSTAT TEST BE URL
|
|
* incase "adfactor" or "aujas" href means changed to "tstat"
|
|
* File : web/index.html - change below
|
|
* <base href="/adfactor/"> (or) <base href="/adfactor/"> replaced to <base href="/tstat/">
|
|
* Check File : App.dart -> line 37 need to uncomment it "SemanticsBinding" **/
|
|
const String apiUrl = 'https://apitest.tripapprovaltool.com/tstat_be';
|
|
|
|
/** Note : TSTAT UAT BE URL
|
|
* incase "adfactor" or "aujas" href means changed to "tstat"
|
|
* File : web/index.html - change below
|
|
* <base href="/adfactor/"> (or) <base href="/adfactor/"> replaced to <base href="/tstat/">
|
|
* Check File : App.dart -> line 37 need to comment it "SemanticsBinding" **/
|
|
|
|
// const String apiUrl = 'https://uat.tripapprovaltool.com/tstat_be';
|
|
|
|
/** Note : Adfactor UAT BE URL
|
|
* incase "aujas" or "tstat" href means changed to "adfactor"
|
|
* File : web/index.html - change below
|
|
* <base href="/aujas/"> (or)<base href="/tstat/"> replaced to <base href="/adfactor/">
|
|
* Check File : App.dart -> line 37 need to comment it "SemanticsBinding" **/
|
|
// const String apiUrl = 'https://uat.tripapprovaltool.com/adfactor_be';
|
|
|
|
/** Note : Aujas UAT BE URL
|
|
* incase "tstat" or "adfactor" href means changed to "aujas"
|
|
* File : web/index.html - change below
|
|
* <base href="/tstat/"> (or) <base href="/adfactor/"> replaced to <base href="/aujas/">
|
|
* Check File : App.dart -> line 37 need to comment it "SemanticsBinding" **/
|
|
// const String apiUrl = 'https://uat.tripapprovaltool.com/aujas_be';
|
|
|
|
/** Note : Aujas Live BE URL
|
|
* incase "tstat" or "adfactor" href means changed to "aujas"
|
|
* File : web/index.html - change below
|
|
* <base href="/tstat/"> (or) <base href="/adfactor/"> replaced to <base href="/aujas/"> **/
|
|
// const String apiUrl = 'https://tripapprovaltool.com/aujas_be';
|