mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-02 03:03:23 -05:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
export default ['auth', 'services', 'link'].reduce((throughs, route) => {
|
|
throughs[route] = true;
|
|
return throughs;
|
|
}, {});
|