Skip to content

Instantly share code, notes, and snippets.

@cibernox
Created October 25, 2014 23:23
Show Gist options
  • Save cibernox/cd168aa8cf8d298ad3e6 to your computer and use it in GitHub Desktop.
Save cibernox/cd168aa8cf8d298ad3e6 to your computer and use it in GitHub Desktop.
serverMiddleware: function(config) {
var app = config.app;
app.use('/docs', function(request, response, next) {
response.send("Hello world");
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment