diff target/scala-2.9.1/classes/routes @ 26:ad7cfb1f9d03

modified checkconsensus
author one
date Wed, 03 Oct 2012 03:52:03 +0900
parents a134edaebf6f
children 80b5628f17d8
line wrap: on
line diff
--- a/target/scala-2.9.1/classes/routes	Wed Oct 03 03:40:51 2012 +0900
+++ b/target/scala-2.9.1/classes/routes	Wed Oct 03 03:52:03 2012 +0900
@@ -11,7 +11,7 @@
 GET		/users/claims/:name		controllers.User.getUserClaims(name: String)
 
 POST	/claims/create			controllers.Claim.crateClaim()
-
+POST	/claims/:mentionType/:id/create			controllers.Claim.createMention(mentionType: String ,id: String)
 
 # test action
 POST	   /hello				controllers.Application.hello()