Companies: register web page with RECAPTCHA
[mobi/.git] / apps / companyfront / config / routing.yml
index 41a4507..b105651 100644 (file)
@@ -48,3 +48,7 @@ sf_guard_signin:
 sf_guard_signout:
   url:   /logout
   param: { module: sfGuardAuth, action: signout }
+
+register_index:
+  url:   /register
+  param: { module: register, action: index }