Skip to content

Object handler#3

Open
weyj4 wants to merge 4 commits intomasterfrom
object-handler
Open

Object handler#3
weyj4 wants to merge 4 commits intomasterfrom
object-handler

Conversation

@weyj4
Copy link
Copy Markdown
Member

@weyj4 weyj4 commented Dec 30, 2015

Serving static files now works like this

//config/routes.js

{
method: "GET",
path: "/{param*}",
handler: {
file: "public/bundle.js"
}
}

Still working on serving directories.

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