Files
test17sepfh003/test17sepfh003-myfrontend-f/authsec_flutter/lib/resources/api_constants.dart
T
2026-09-17 05:28:35 +00:00

4 lines
73 B
Dart

class ApiConstants {
static const baseUrl = 'http://localhost:9292';
}