mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-24 17:32:27 +00:00
Fix booking API endpoint month format by changing separator from '/' to '-'.
This commit is contained in:
@ -147,6 +147,6 @@ abstract class ApiEndpoints {
|
|||||||
static const String bookableSpaces = '/bookable-spaces';
|
static const String bookableSpaces = '/bookable-spaces';
|
||||||
static const String getCalendarEvents = '/api';
|
static const String getCalendarEvents = '/api';
|
||||||
static const String getBookings =
|
static const String getBookings =
|
||||||
'/bookings?month={mm}%2F{yyyy}&space={space}';
|
'/bookings?month={mm}-{yyyy}&space={space}';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user