Implement item and loan management routes with CRUD operations

This commit is contained in:
2025-11-08 17:14:29 +01:00
parent 12277abb9e
commit 304e73b459
6 changed files with 171 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
import express from "express";
import { authenticateAdmin } from "../../services/authentication.js";
const router = express.Router();
import nodemailer from "nodemailer";
import dotenv from "dotenv";
dotenv.config();