Skip to content

Commit 06c5db0

Browse files
authored
Update schedule_step1.html
1 parent f699e1d commit 06c5db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heal-diapp/appointments/templates/appointments/schedule_step1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2>Schedule Appointment - Step 1</h2>
133133
}
134134

135135
function reverseGeocode(latitude, longitude) {
136-
var apiKey = 'dc5a73337ee04c5cba21178fd6e6dd15';
136+
var apiKey = 'API';
137137
var apiUrl = `https://api.opencagedata.com/geocode/v1/json?key=${apiKey}&q=${latitude}+${longitude}&pretty=1`;
138138

139139
fetch(apiUrl)

0 commit comments

Comments
 (0)