We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebd26e commit 0f75d9cCopy full SHA for 0f75d9c
.gitignore
@@ -105,3 +105,6 @@ sandworm/
105
clearcloudformation.sh
106
107
build_deploy.sh
108
+
109
+# Snyk Security Extension - AI Rules (auto-generated)
110
+.github/instructions/snyk_rules.instructions.md
v2.0/routes/apps.js
@@ -43,7 +43,7 @@ router.get('/datasetpi', handlers.datasetsbypi);
43
router.get('/exttax', handlers.externaltaxonquery);
44
router.post('/orcids/validate', handlers.validateusers);
45
router.get('/contacts/:contactid/datasets', handlers.contact_datasets);
46
-// router.get('/nativelands', handlers.sendNativeLands);
+router.get('/nativelands', handlers.sendNativeLands);
47
48
router.get('/depenvt', handlers.depenvt);
49
0 commit comments