Skip to content

Commit

Permalink
Forgot I'm not in coffeescript
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalio committed Jul 26, 2011
1 parent e9ecfdf commit b9772c3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.markdown
Expand Up @@ -22,11 +22,13 @@ edit_p = function(req,res){
}

routes = {
get:
'/': [home]
get:{
'/': [home],
'/edit': [requireLogin,edit]
post:
},
post:{
'/edit' : [edit_p]
}
}
</pre>

Expand Down

0 comments on commit b9772c3

Please sign in to comment.