mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-03 10:01:47 -04:00
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
export default [
|
|
'auth',
|
|
'services'
|
|
].reduce((throughs, route) => (throughs[route] = true, throughs), {});
|