Open Smket99 opened 3 years ago
I added calendarByDistrict, hardcoding the district_id and the date for now, but getting this error-
URL is for search by district is like this 'https://cdn-api.co-vin.in/api/v2/appointment/sessions/public/findByDistrict?district_id=' + DISTRICT_ID + '&date=' + DATE,
'https://cdn-api.co-vin.in/api/v2/appointment/sessions/public/findByDistrict?district_id=' + DISTRICT_ID + '&date=' + DATE,
The above code is working for me
I added calendarByDistrict, hardcoding the district_id and the date for now, but getting this error-