cartodb-4.42/spec/smokes/helpers/tools.js
2024-04-06 05:25:13 +00:00

6 lines
102 B
JavaScript

module.exports = {
auth: function(url) {
return(url + "?api_key=" + configuration.API_KEY);
}
}