From 1b358b773e63844a9a3fbeb8ee4342b307c4150b Mon Sep 17 00:00:00 2001 From: The_Grits Date: Wed, 18 May 2016 21:37:06 -0400 Subject: [PATCH] Termsofuse route --- src/routes.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/routes.json b/src/routes.json index 897b7cf13..652f0aaa1 100644 --- a/src/routes.json +++ b/src/routes.json @@ -102,5 +102,11 @@ "pattern": "^/privacy_policy/?$", "view": "privacypolicy/privacypolicy", "title": "Privacy Policy" + }, + { + "name": "termsofuse", + "pattern": "^/terms_of_use/?$", + "view": "termsofuse/termsofuse", + "title": "Scratch Terms of Use" } ]