custom-routes.js 273 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: "/end-users/finish-otp-verification", handler: "api::end-user.end-user.finishEndUserOtpVerification", config: { // some configuration... } } ] }; module.exports = routes;