const routes = { routes: [ { method: "POST", path: "/end-user/verify-gift-card-otp", handler: "api::end-user.end-user.giftCardOtp", config: { // some configuration... } }, ] }; module.exports = routes;