summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/frontend/GrowFrontend.java
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2014-02-13 22:49:46 -0800
committerJesse Morgan <jesse@jesterpm.net>2014-02-13 22:49:46 -0800
commit15641dc32e1a280fda34be9f4f517c9cbb887156 (patch)
tree5d6a645c79cb27a69912ed5719525ffede130353 /src/com/p4square/grow/frontend/GrowFrontend.java
parent8f1a754e8e8f316f1b82f68901e1a404daf1915f (diff)
Adding New Believer resource.
Diffstat (limited to 'src/com/p4square/grow/frontend/GrowFrontend.java')
-rw-r--r--src/com/p4square/grow/frontend/GrowFrontend.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/p4square/grow/frontend/GrowFrontend.java b/src/com/p4square/grow/frontend/GrowFrontend.java
index ebbce0a..4f67afb 100644
--- a/src/com/p4square/grow/frontend/GrowFrontend.java
+++ b/src/com/p4square/grow/frontend/GrowFrontend.java
@@ -95,6 +95,7 @@ public class GrowFrontend extends FMFacade {
router.attach("/", new Redirector(getContext(), "index.html", Redirector.MODE_CLIENT_PERMANENT));
router.attach("/login.html", LoginPageResource.class);
router.attach("/newaccount.html", NewAccountResource.class);
+ router.attach("/newbeliever", NewBelieverResource.class);
final Router accountRouter = new Router(getContext());
accountRouter.attach("/authenticate", AuthenticatedResource.class);