Move to sqlite

This commit is contained in:
2025-07-16 19:17:34 +02:00
parent 9ff76bd210
commit eef2646054
17 changed files with 182 additions and 217 deletions

View File

@@ -1,5 +1,4 @@
import express, { type Request, type Response } from "express";
import checkAuthenticated from 'miscellaneous/checkAuthenticated';
import mediaRouter from 'routes/api/mediaRouter';
const router = express.Router();

View File

@@ -1,4 +1,4 @@
import express, { type Request, type Response } from "express";
import express from "express";
import userController from 'controllers/userController';
import checkAuthenticated from 'miscellaneous/checkAuthenticated';