From c7756f63fb3f6636a9c9cb4ee92629ab70b6eca3 Mon Sep 17 00:00:00 2001 From: OrdisPrime <134585663+OrdisPrime@users.noreply.github.com> Date: Wed, 30 Aug 2023 23:36:40 +0200 Subject: [PATCH] Update src/routes/stats.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ângelo Tadeucci --- src/routes/stats.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/routes/stats.ts b/src/routes/stats.ts index 17904ac2..a0df739f 100644 --- a/src/routes/stats.ts +++ b/src/routes/stats.ts @@ -5,10 +5,7 @@ import express from "express"; const statsRouter = express.Router(); -// get statsRouter.get("/view.php", viewController); - -// post statsRouter.post("/upload.php", uploadController); export { statsRouter };