.
Showing
3 changed files
with
25 additions
and
3 deletions
-
Please register or sign in to post a comment
... | ... | @@ -34,6 +34,15 @@ const routes = { |
} | ||
}, | ||
{ | ||
method: "POST", | ||
path: "/vendor/updateVendorId", | ||
handler: "api::vendor.vendor.addVendorId", | ||
config: { | ||
// some configuration... | ||
} | ||
}, | ||
], | ||
}; | ||
... | ... |