-
Notifications
You must be signed in to change notification settings - Fork 29
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
I would like to ask, how to write static resources in the routing #72
Comments
in actual fact,we use nginx to process static resources,so this feature is not supported at this time |
You can use this route and create an Action: GET /public/<filename:.*> core.staticfile in this Action read file & output. |
No, in the hunt source does not see this feature support, core.staticfile Action code does not exist. I have finished writing this feature and just submitted a pull request that is waiting for the merge code.
|
@zoujiaqing, I know, thanks |
such as:GET /public/* staticDir:resources
The text was updated successfully, but these errors were encountered: