Files
2026-09-22 15:34:57 +00:00

3 lines
81 B
Dart

class ApiConstants {
static const baseUrl ='http://157.66.191.31:46455/back';
}