Files
2026-09-18 18:44:06 +00:00

3 lines
86 B
Dart

class ApiConstants {
static const baseUrl ='http://157.66.191.31:46377/mybackend';
}