Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/components/landing-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const LandingPage = props => {

async function fetchData(base_bbl) {
const {data: bldg} = await axios.get(
`https://data.cityofnewyork.us/resource/qb3v-bbre.json?bbl_10_digits=${base_bbl}`
`https://data.cityofnewyork.us/resource/8cfx-ij92.json?BASE_BBL=${base_bbl}`
)
//some multiple bbl results need to be accounted for
//use last index from search results
Expand Down