Files

3 lines
81 B
Dart
Raw Permalink Normal View History

2026-09-22 11:51:34 +00:00
class ApiConstants {
2026-09-22 15:34:57 +00:00
static const baseUrl ='http://157.66.191.31:46455/back';
2026-09-22 11:53:05 +00:00
}