Merge branch 'dev' into 595-sred-research-implement-cross-platform-nfc-clocking-interface-fe

This commit is contained in:
Achintha Isuru
2026-03-19 12:38:30 -04:00
43 changed files with 1771 additions and 63 deletions

View File

@@ -17,6 +17,6 @@ class AppConfig {
/// The base URL for the V2 Unified API gateway.
static const String v2ApiBaseUrl = String.fromEnvironment(
'V2_API_BASE_URL',
defaultValue: 'https://krow-api-v2-933560802882.us-central1.run.app',
defaultValue: 'https://krow-api-v2-e3g6witsvq-uc.a.run.app',
);
}