Guest User

Untitled

a guest
Nov 19th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #search.coffee
  2. derby = require("derby")
  3. app = require("./index")
  4. derby.use require("../../ui")
  5.  
  6. app.get "/search", (page,model,params, next)->
  7.     next()
  8.  
  9.  
  10. #in server/index.coffee
Add Comment
Please, Sign In to add comment