Add admin dashboard and middleware protection

Introduces an admin dashboard page with cards for inviting vendors, banning users, and viewing recent orders. Adds middleware logic to restrict /admin routes to the 'admin1' user and updates route matching. Also updates git-info.json with latest commit metadata.
This commit is contained in:
NotII
2025-10-15 17:17:43 +01:00
parent 72821e586c
commit 4fb6d3f740
6 changed files with 291 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{
"commitHash": "864e1e9",
"buildTime": "2025-10-10T00:32:58.696Z"
"commitHash": "72821e5",
"buildTime": "2025-10-15T16:14:23.964Z"
}