We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3512e7a commit c1742c5Copy full SHA for c1742c5
lib/utils/api_endpoints.dart
@@ -1,5 +1,5 @@
1
class ApiEndPoints {
2
- static const String baseUrl = 'https://api.bunkmate.college/';
+ static const String baseUrl = 'https://api.bunkmate.site/';
3
static final _AuthEndPoints authEndPoints = _AuthEndPoints();
4
static final _HomeEndPoints homeEndPoints = _HomeEndPoints();
5
static final _TimeTableEndPoints timetable = _TimeTableEndPoints();
@@ -20,4 +20,4 @@ class _StatusEndPoints {
20
21
class _TimeTableEndPoints {
22
final String timetable = 'schedules' ;
23
-}
+}
0 commit comments