|
2 | 2 | * Endpoints
|
3 | 3 | */
|
4 | 4 | export const VUE_APP_ZMS_API_PROVIDERS_AND_SERVICES_ENDPOINT =
|
5 |
| - "/api/backend/offices-and-services/"; |
6 |
| -export const VUE_APP_ZMS_API_CALENDAR_ENDPOINT = "/api/backend/available-days/"; |
| 5 | + "/api/citizen/offices-and-services/"; |
| 6 | +export const VUE_APP_ZMS_API_CALENDAR_ENDPOINT = "/api/citizen/available-days/"; |
7 | 7 | export const VUE_APP_ZMS_API_AVAILABLE_TIME_SLOTS_ENDPOINT =
|
8 |
| - "/api/backend/available-appointments/"; |
| 8 | + "/api/citizen/available-appointments/"; |
9 | 9 | export const VUE_APP_ZMS_API_RESERVE_APPOINTMENT_ENDPOINT =
|
10 |
| - "/api/backend/reserve-appointment/"; |
11 |
| -export const VUE_APP_ZMS_API_APPOINTMENT_ENDPOINT = "/api/backend/appointment/"; |
| 10 | + "/api/citizen/reserve-appointment/"; |
| 11 | +export const VUE_APP_ZMS_API_APPOINTMENT_ENDPOINT = "/api/citizen/appointment/"; |
12 | 12 | export const VUE_APP_ZMS_API_UPDATE_APPOINTMENT_ENDPOINT =
|
13 |
| - "/api/backend/update-appointment/"; |
| 13 | + "/api/citizen/update-appointment/"; |
14 | 14 | export const VUE_APP_ZMS_API_CONFIRM_APPOINTMENT_ENDPOINT =
|
15 |
| - "/api/backend/confirm-appointment/"; |
| 15 | + "/api/citizen/confirm-appointment/"; |
16 | 16 | export const VUE_APP_ZMS_API_CANCEL_APPOINTMENT_ENDPOINT =
|
17 |
| - "/api/backend/cancel-appointment/"; |
| 17 | + "/api/citizen/cancel-appointment/"; |
18 | 18 | export const VUE_APP_ZMS_API_PRECONFIRM_APPOINTMENT_ENDPOINT =
|
19 |
| - "/api/backend/preconfirm-appointment/"; |
| 19 | + "/api/citizen/preconfirm-appointment/"; |
20 | 20 | export const VUE_APP_ZMS_API_CAPTCHA_DETAILS_ENDPOINT =
|
21 |
| - "/api/backend/captcha-details/"; |
| 21 | + "/api/citizen/captcha-details/"; |
22 | 22 |
|
23 | 23 | export function getServiceBaseURL(): string {
|
24 | 24 | return import.meta.env.VITE_VUE_APP_SERVICE_BASE_URL;
|
|
0 commit comments