Skip to content

Commit

Permalink
uses new 3_0 endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Sep 11, 2024
1 parent e9dd3d7 commit 4e2efb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-sources/covid-free-meal-sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
dependent: 'none',
resettable: false,
// url: 'https://services.arcgis.com/fLeGjb7u4uXqeF9q/arcgis/rest/services/COVID19_FreeMealSites_2_0_FOR_TESTING/FeatureServer/0/query',
url: 'https://services.arcgis.com/fLeGjb7u4uXqeF9q/arcgis/rest/services/COVID19_FreeMealSites_2_0_PUBLICVIEW/FeatureServer/0/query',
url: 'https://services.arcgis.com/fLeGjb7u4uXqeF9q/arcgis/rest/services/COVID19_FreeMealSites_3_0_PUBLICVIEW/FeatureServer/0/query',
options: {
params: {
where: '1=1',
Expand Down

0 comments on commit 4e2efb2

Please sign in to comment.