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 e2d60c1 commit 02bab8aCopy full SHA for 02bab8a
1 file changed
Frontend/config/apiConfig.ts
@@ -63,6 +63,7 @@ export const API_ENDPOINTS = {
63
64
CALENDAR: {
65
EVENTS: `${API_BASE_URL}/calendar/events`,
66
+ GET_EVENTS: `${API_BASE_URL}/calendar/events`,
67
CREATE_EVENT: `${API_BASE_URL}/calendar/events`,
68
UPDATE_EVENT: (id: string) => `${API_BASE_URL}/calendar/events/${id}`,
69
DELETE_EVENT: (id: string) => `${API_BASE_URL}/calendar/events/${id}`,
0 commit comments