Skip to content

Commit c1742c5

Browse files
authored
chore: migrate API endpoint
1 parent 3512e7a commit c1742c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/utils/api_endpoints.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class ApiEndPoints {
2-
static const String baseUrl = 'https://api.bunkmate.college/';
2+
static const String baseUrl = 'https://api.bunkmate.site/';
33
static final _AuthEndPoints authEndPoints = _AuthEndPoints();
44
static final _HomeEndPoints homeEndPoints = _HomeEndPoints();
55
static final _TimeTableEndPoints timetable = _TimeTableEndPoints();
@@ -20,4 +20,4 @@ class _StatusEndPoints {
2020

2121
class _TimeTableEndPoints {
2222
final String timetable = 'schedules' ;
23-
}
23+
}

0 commit comments

Comments
 (0)