began to refactor backend

This commit is contained in:
2025-11-05 10:25:23 +01:00
parent 3e67bf9052
commit 27d21efefa
12 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import express from "express";
const router = express.Router();