implemented service configuration to admin panel

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-26 15:59:57 +02:00
parent 60c85efd37
commit 40d784ab36
7 changed files with 268 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const router = express.Router();
import dotenv from "dotenv";
dotenv.config();
const loan_service = loan_service;
const loan_service = "Loan Service";
import {
getItemsFromDatabaseV2,