Skip to content

Commit

Permalink
uses testing endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed May 7, 2024
1 parent 2035ef1 commit 1c91bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_push_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: dev Push to S3
on:
push:
branches:
- npm-cache
- dev/use-testing-endpoint

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions src/data-sources/covid-free-meal-sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ export default {
type: 'http-get',
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_2_0_FOR_TESTING/FeatureServer/0/query',
// url: 'https://services.arcgis.com/fLeGjb7u4uXqeF9q/arcgis/rest/services/COVID19_FreeMealSites_2_0_PUBLICVIEW/FeatureServer/0/query',
options: {
params: {
where: '1=1',
Expand Down

0 comments on commit 1c91bb7

Please sign in to comment.