We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3066d0 commit 23fca3aCopy full SHA for 23fca3a
api/controllers/rest/paradigmsController.js
@@ -56,6 +56,8 @@ async function getParadigms(req, res) {
56
});
57
res.json(results);
58
};
59
+
60
+//NOTE, I also hate this and will fix it, I was just seeing if it would work well. it didn't. RCT
61
async function getParadigmByPersonId(req, res) {
62
const { personId } = req.params;
63
if (!personId) {
0 commit comments