Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…us-dashboard into sandbox
  • Loading branch information
adebayoolabintan committed Apr 25, 2023
2 parents 82c6615 + 470a1ec commit fbd91cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/common/urls/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ const URLs = {
genericApiAreaByType: `https://${ REACT_APP_API_ENDPOINT }/generic/area/{area_type}`,
genericApiMetricAvailabilityByAreaType: `https://${ REACT_APP_API_ENDPOINT }/generic/metric_availability/{area_type}`,
genericApiMetricAvailabilityByArea: `https://${ REACT_APP_API_ENDPOINT }/generic/metric_availability/{area_type}/{area_code}`,
genericApiMetricSearch: `https://coronavirus.data.gov.uk/api/generic/metrics`,
genericApiMetricProps: `https://coronavirus.data.gov.uk/api/generic/metrics/props`,
genericApiMetricDocs: `https://coronavirus.data.gov.uk/api/generic/metrics/{metric}/doc`,
genericApiMetricAreas: `https://coronavirus.data.gov.uk/api/generic/metrics/{metric}/areas/{date}`,
genericApiMetricSearch: `https://${ REACT_APP_API_ENDPOINT }/generic/metrics`,
genericApiMetricProps: `https://${ REACT_APP_API_ENDPOINT }/generic/metrics/props`,
genericApiMetricDocs: `https://${ REACT_APP_API_ENDPOINT }/generic/metrics/{metric}/doc`,
genericApiMetricAreas: `https://${ REACT_APP_API_ENDPOINT }/generic/metrics/{metric}/areas/{date}`,
genericApiChangeLogs: `https://${ REACT_APP_API_ENDPOINT }/generic/change_logs`,
genericApiChangeLogsRecord: `https://${ REACT_APP_API_ENDPOINT }/generic/change_logs/log/{id}`,
genericApiAnnouncementsRecord: `https://${ REACT_APP_API_ENDPOINT }/generic/announcements/{id}`,
Expand Down

0 comments on commit fbd91cf

Please sign in to comment.