login
This commit is contained in:
+2
-2
@@ -9,12 +9,12 @@ abstract class Env {
|
||||
@dev
|
||||
class DevEnv implements Env {
|
||||
@override
|
||||
String get baseUrl => ''; // example value
|
||||
String get baseUrl => 'https://api-pos.apskel.id'; // example value
|
||||
}
|
||||
|
||||
@Injectable(as: Env)
|
||||
@prod
|
||||
class ProdEnv implements Env {
|
||||
@override
|
||||
String get baseUrl => '';
|
||||
String get baseUrl => 'https://api-pos.apskel.id';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user