Skip to content

Commit 8ebd26e

Browse files
committed
Need to get this up. Deprecating the NatveLands route temporarily
There's something erroring out in the landing page route for native lands. The message seems clear: ``` TypeError: Cannot read properties of undefined (reading 'ok') ``` So it's the response from the `fetch()` call in `landing.js` that's causing it. I can't fix it right now.
1 parent 5557c70 commit 8ebd26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2.0/routes/apps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ router.get('/datasetpi', handlers.datasetsbypi);
4343
router.get('/exttax', handlers.externaltaxonquery);
4444
router.post('/orcids/validate', handlers.validateusers);
4545
router.get('/contacts/:contactid/datasets', handlers.contact_datasets);
46-
router.get('/nativelands', handlers.sendNativeLands);
46+
// router.get('/nativelands', handlers.sendNativeLands);
4747

4848
router.get('/depenvt', handlers.depenvt);
4949

0 commit comments

Comments
 (0)