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

4 lines
73 B
Dart
Raw Normal View History

2026-09-19 03:57:06 +00:00
class ApiConstants {
static const baseUrl = 'http://localhost:9292';
}