Files
test17sepfh003/test17sepfh003-myfrontend-f/authsec_flutter/lib/resources/api_constants.dart
T

4 lines
73 B
Dart
Raw Normal View History

2026-09-17 05:28:35 +00:00
class ApiConstants {
static const baseUrl = 'http://localhost:9292';
}