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

3 lines
86 B
Dart
Raw Normal View History

2026-09-18 18:42:49 +00:00
class ApiConstants {
2026-09-18 18:44:06 +00:00
static const baseUrl ='http://157.66.191.31:46377/mybackend';
}