const couchdb = require("../../db");
const controller = {
forgotPassword: async ctx => {
},
setPassword: async ctx => {
changePassword: async ctx => {
authenticate: async ctx => {
}
module.exports = controller;