import { handler } from "@swirl/api"; /** ENDPOINT DESCRIPTION */ module.exports.$$${method} = handler(async (req, res) => { res.status(200).json({}); });