cartodb/spec/smokes/helpers/tools.js
2020-06-15 10:58:47 +08:00

6 lines
102 B
JavaScript

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