custom-routes.js 264 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 const routes = { routes: [ { method: "POST", path: "/vendor/finish-otp-verification", handler: "api::vendor.vendor.finishVendorOtpVerification", config: { //some Configuration }, }, ], }; module.exports = routes;