Files
authsec_flutter/lib/resources/api_constants.dart
T

4 lines
73 B
Dart
Raw Normal View History

2026-09-15 09:09:11 +05:30
class ApiConstants {
static const baseUrl = 'http://localhost:9292';
}