From 045542a321cc84e18ace6202d7093557c9ee686d Mon Sep 17 00:00:00 2001 From: AKCore Date: Thu, 1 Jun 2023 18:01:02 -0700 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/stats.ts b/src/routes/stats.ts index 1c79b7970..83ae591ce 100644 --- a/src/routes/stats.ts +++ b/src/routes/stats.ts @@ -3,6 +3,5 @@ import { uploadController } from "../controllers/stats/uploadController"; const statsRouter = express.Router(); -//post statsRouter.post("/upload.php", uploadController); export { statsRouter };