//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 * (or) replaced to * 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 * (or) replaced to * 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 * (or) replaced to * 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 * (or) replaced to * 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 * (or) replaced to **/ // const String apiUrl = 'https://tripapprovaltool.com/aujas_be';