1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-24 18:04:15 +00:00
2024-03-05 10:20:36 +00:00

7 lines
106 B
JavaScript

export default {
method: "GET",
route: "/otp/verify",
fn: async function (req, res) {
}
}