mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
Refactored code to remove useless classes, fix #17
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { app, game } from "./index.js";
|
||||
import { app } from "./index.js";
|
||||
import multer from "multer";
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import game from "./game.js";
|
||||
const UPLOAD_DIR = "uploads/"
|
||||
const ALLOWED_MIME = [
|
||||
"image/png",
|
||||
|
||||
Reference in New Issue
Block a user