Move to sqlite
This commit is contained in:
@@ -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();
|
||||
|
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user