Temporarily add back CONTACT, since the version of FreeMarkerHttpServlet in svn is looking for it.

This commit is contained in:
rjy7 2010-05-19 18:31:53 +00:00
parent 6741f7d586
commit d24ea067ca

View file

@ -8,6 +8,7 @@ public class Router {
public static final String ABOUT = "/about";
public static final String BROWSE = "/browse";
public static final String CONTACT= "/comments"; // temporary - FreeMarkerHttpServlet in svn is looking for it
public static final String COMMENT_FORM = "/comments";
public static final String INDIVIDUAL = "/individual";
public static final String INDIVIDUAL_LIST = "/entitylist"; // change