This commit is contained in:
newtbot
2024-01-14 23:31:00 +08:00
parent d9e028d300
commit 935709c2eb
101 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1,17 @@
//model for getting API key from database
async function getAPIKey() {
}
module.exports = { getAPIKey }