config.dart 84 B

123
  1. class AppConfig {
  2. static String baseUrl = "http://visa-admin.codedreamit.com/";
  3. }