configs.endpoints library
Contains configs for all endpoints used by the app.
Constants
- kLBPlannerWebsiteAdress → const String
-
The url of the LB Planner website.
String.fromEnvironment("LB_PLANNER_ENDPOINT", defaultValue: "http://localhost:6008")
- kMoodleServerAdress → const String
-
The url of the moodle server.
String.fromEnvironment("MOODLE_ENDPOINT", defaultValue: "http://localhost:6000")