Select Git revision
settings-local-sample.js
settings-local-sample.js 200 B
/* eslint-disable no-unused-vars */
const apiUrl = 'http://localhost:3000'
if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
module.exports = {
apiUrl: apiUrl
}
}