added submit and reject for liked tenders

This commit is contained in:
amirrezaghabeli
2025-09-06 10:31:28 +03:30
parent 142c53f7aa
commit 185df3f40a
4 changed files with 252 additions and 93 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ class AppConfig {
// // Handle different platforms for local development
if (kIsWeb) {
// For web, use localhost
return 'https://app.opplens.com';
// return 'https://app.opplens.com';
return 'http://localhost:8081';
} else {
// For Android emulator, use 10.0.2.2 (special IP for host machine)
return 'http://10.0.2.2:8081';