mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 09:03:27 -05:00
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
var globalConfig = require('../common/config.global');
|
|
|
|
module.exports = {
|
|
remote: {
|
|
url: globalConfig.restApiUrl
|
|
}
|
|
};
|