Update src/routes/stats.ts

Co-authored-by: Ângelo Tadeucci <angelo_tadeucci@hotmail.com.br>
This commit is contained in:
OrdisPrime 2023-08-30 23:36:40 +02:00 committed by GitHub
parent 5facad179c
commit c7756f63fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,7 @@ import express from "express";
const statsRouter = express.Router(); const statsRouter = express.Router();
// get
statsRouter.get("/view.php", viewController); statsRouter.get("/view.php", viewController);
// post
statsRouter.post("/upload.php", uploadController); statsRouter.post("/upload.php", uploadController);
export { statsRouter }; export { statsRouter };