Files
freeCodeCamp/server/utils/lang-passthrough-urls.js

5 lines
111 B
JavaScript
Raw Normal View History

2016-06-17 12:35:10 -07:00
export default [
'auth',
'services'
].reduce((throughs, route) => (throughs[route] = true, throughs), {});