const express = require("express") const router = express.Router() router.post("/", async (req, res, next) => { }) module.exports = router