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" } ]