mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 10:01:30 -04:00
9 lines
152 B
JavaScript
9 lines
152 B
JavaScript
module.exports = {
|
|
method: 'get',
|
|
baseUrl: 'https://api.github.com',
|
|
headers: {
|
|
accept: 'application/vnd.github.v3+json'
|
|
},
|
|
request: {}
|
|
}
|