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 f699e1d commit 06c5db0Copy full SHA for 06c5db0
heal-diapp/appointments/templates/appointments/schedule_step1.html
@@ -133,7 +133,7 @@ <h2>Schedule Appointment - Step 1</h2>
133
}
134
135
function reverseGeocode(latitude, longitude) {
136
- var apiKey = 'dc5a73337ee04c5cba21178fd6e6dd15';
+ var apiKey = 'API';
137
var apiUrl = `https://api.opencagedata.com/geocode/v1/json?key=${apiKey}&q=${latitude}+${longitude}&pretty=1`;
138
139
fetch(apiUrl)
0 commit comments