Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

can config muilt directores #89

Open
8427003 opened this issue Oct 11, 2016 · 0 comments
Open

can config muilt directores #89

8427003 opened this issue Oct 11, 2016 · 0 comments

Comments

@8427003
Copy link

8427003 commented Oct 11, 2016

can config muilt directores

app.use(enrouten({
    directory:  ['controllers1', ' controllers2']
}));

by the way, now can i use like this as fall back?

app.use(enrouten({
    directory:  'controllers1'
}));
app.use(enrouten({
    directory: ' controllers2'
}));
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant