diff conf/routes @ 25:97b249d9fad1

fix infinite loop on getConsensus Action
author one
date Wed, 03 Oct 2012 03:40:51 +0900
parents 7cdc9d19834f
children fbb232e78422
line wrap: on
line diff
--- a/conf/routes	Wed Oct 03 01:46:43 2012 +0900
+++ b/conf/routes	Wed Oct 03 03:40:51 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()