Temporarily add back CONTACT, since the version of FreeMarkerHttpServlet in svn is looking for it.
This commit is contained in:
parent
6741f7d586
commit
d24ea067ca
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue