HopSpotFrontend/lib/helper/constant.dart

4 lines
89 B
Dart

class Constants {
Constants._();
static const baseUrl = 'http://192.168.1.13:3000';
}