basic auth set up

This commit is contained in:
2024-12-01 13:26:30 +00:00
parent a2727692f7
commit 88e64e0885

View File

@@ -1,4 +1,3 @@
// File: src/routes/auth.js
import bcrypt from 'bcrypt';
import { db } from '../db.js';