Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jankuca committed Aug 17, 2011
1 parent a2b2652 commit 166dad0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -70,7 +70,13 @@ The application stores the user's name in the session, so that it can be used in
// and uses sensible defaults if not supplied
res.respond({content: message, headers: {"Content-Type": "text/plain"}});
}]
}],

['/abc/:username/:post_id', function (req, res, params) {

// params = { username: string, post_id: string }

}]

];

Expand Down

0 comments on commit 166dad0

Please sign in to comment.