From 09781ff7ca439b0d24b4757d09e8325b48a9341c Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Mon, 02 Jun 2025 09:35:50 +0000
Subject: [PATCH] adding new Routes for obj_id and ref_id
---
package.json | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index 733292f..20103ec 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,9 @@
},
"dependencies": {
"fastify": "^5.3.3",
+ "lodash": "^4.17.21",
"mysql2": "^3.14.1",
+ "nconf": "^0.13.0",
"nodemon": "^3.1.10"
}
}
--
Gitblit v1.8.0