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

Add support for glob path #16

Closed
jcubic opened this issue Dec 14, 2022 · 0 comments
Closed

Add support for glob path #16

jcubic opened this issue Dec 14, 2022 · 0 comments
Labels
feature New feature or request

Comments

@jcubic
Copy link
Owner

jcubic commented Dec 14, 2022

express.js allow to use this syntax:

app.get('/__fs__/*', function(req, res) {
  res.send(req.params[0]);
});

Wayne should also support this syntax. Found why investigating #3

@jcubic jcubic added the feature New feature or request label Dec 14, 2022
jcubic added a commit that referenced this issue Dec 14, 2022
jcubic added a commit that referenced this issue Dec 14, 2022
@jcubic jcubic closed this as completed Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant