Update default location to Thrissur and remove Whitefield, Bengaluru
This commit is contained in:
@@ -150,8 +150,8 @@ class ApiClient {
|
||||
'end_date': '2026-04-16',
|
||||
'start_time': '09:00',
|
||||
'end_time': '18:00',
|
||||
'pincode': '560001',
|
||||
'place': 'Bengaluru International Exhibition Centre',
|
||||
'pincode': '680001',
|
||||
'place': 'Thekkinkadu Maidanam',
|
||||
'is_bookable': true,
|
||||
'event_type': 5,
|
||||
'thumb_img': 'https://picsum.photos/seed/event1/600/400',
|
||||
@@ -160,11 +160,11 @@ class ApiClient {
|
||||
{'is_primary': false, 'image': 'https://picsum.photos/seed/event1b/800/500'},
|
||||
],
|
||||
'important_information': 'Please carry a valid photo ID for entry.',
|
||||
'venue_name': 'BIEC Hall 2',
|
||||
'venue_name': 'Maidanam Grounds',
|
||||
'event_status': 'active',
|
||||
'latitude': 13.0147,
|
||||
'longitude': 77.5636,
|
||||
'location_name': 'Bengaluru',
|
||||
'latitude': 10.5276,
|
||||
'longitude': 76.2144,
|
||||
'location_name': 'Thrissur',
|
||||
'important_info': [
|
||||
{'title': 'Entry', 'value': 'Free with registration'},
|
||||
{'title': 'Parking', 'value': 'Available on-site'},
|
||||
|
||||
@@ -58,5 +58,5 @@ class ApiEndpoints {
|
||||
// Notifications
|
||||
static const String notificationList = "$baseUrl/notifications/list/";
|
||||
static const String notificationMarkRead = "$baseUrl/notifications/mark-read/";
|
||||
static const String notificationCount = "$baseUrl/notifications/count/";
|
||||
static const String notificationCount = "$baseUrl/notifications/count";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user