mp/webserver/functions/getAPIKey.js
newtbot 877eaeae43 update
1) added html regex
2) added welcome user
3) change forgotpassword and resetpassword to ejs
2024-01-21 21:06:10 +08:00

17 lines
120 B
JavaScript

//model for getting API key from database
async function getAPIKey() {
}
module.exports = { getAPIKey }