mp/webserver/functions/getAPIKey.js
2024-01-14 23:31:00 +08:00

17 lines
120 B
JavaScript

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