Rename the dynamic page generated with the controller
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Thu, 9 Jan 2014 15:59:16 +0000 (15:59 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Thu, 9 Jan 2014 15:59:16 +0000 (15:59 +0000)
server/compbio/controllers/SSFeaturesController.java

index f8e5d66..0339659 100644 (file)
@@ -31,7 +31,7 @@ public class SSFeaturesController extends BasicController {
                return "query/SSFeatures";
        }
 
-       @RequestMapping(value = "features/results", method = RequestMethod.GET)
+       @RequestMapping(value = "results", method = RequestMethod.GET)
        public String countSequences(@RequestParam("TypeFeatures") String typeFeature, @RequestParam("Percent") String percent,
                        Map<String, Object> model) {
                model.put("username", getPrincipalName());