diff target/scala-2.9.1/classes/routes @ 37:bc3ac73320f9

fix const value FAILED from FAIL
author one
date Thu, 04 Oct 2012 00:31:09 +0900
parents be6bbd4967e4
children 1d5c086e069b
line wrap: on
line diff
--- a/target/scala-2.9.1/classes/routes	Thu Oct 04 00:01:40 2012 +0900
+++ b/target/scala-2.9.1/classes/routes	Thu Oct 04 00:31:09 2012 +0900
@@ -15,6 +15,7 @@
 
 POST	/claims/create				controllers.Claim.crateClaim()
 POST	/claims/:mentionType/:id/create			controllers.Claim.createMention(mentionType: String ,id: String)
+POST	/claims/edit/:id			controllers.Claim.editClaim(id: String)
 GET		/consensus/browse/:id		controllers.Claim.getClaimTree(id: String)