Skip to content

Commit 0f75d9c

Browse files
committed
Updating NativeLands route.
1 parent 8ebd26e commit 0f75d9c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,6 @@ sandworm/
105105
clearcloudformation.sh
106106

107107
build_deploy.sh
108+
109+
# Snyk Security Extension - AI Rules (auto-generated)
110+
.github/instructions/snyk_rules.instructions.md

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)