mp/Web-Server/functions/getAPIKey.js

17 lines
120 B
JavaScript

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