Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

placeholder can has a path config #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

acecode
Copy link

@acecode acecode commented Jan 5, 2015

if the placeholder is used at a path, the real middleware(s) will be used at the same path

app.use('/static', function staticPlaceholder(req, res, next ){
   next()
});

if the placeholder is `used` with a `path`, the real middleware(s) will be `used` with the same `path`

```
app.use('/static', function staticPlaceholder(req, res, next ){
   next()
});
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant