move ffmpeg code to its own file, rename types folder to lib
This commit is contained in:
parent
f322b45ee1
commit
6d779e7811
13 changed files with 310 additions and 253 deletions
|
@ -1,7 +1,7 @@
|
|||
import type {RequestHandler as Middleware, Router, Request, Response, NextFunction} from "express";
|
||||
import express from "express";
|
||||
|
||||
import {createUser} from "../types/db";
|
||||
import {createUser} from "../lib/db";
|
||||
|
||||
const router: Router = express.Router();
|
||||
/**Middleware to check if a user is actually signed in */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue