Add privacypolicy route

This commit is contained in:
The_Grits 2016-05-13 20:45:48 -04:00
parent 27af75e7fe
commit f3439eba5c

View file

@ -90,5 +90,11 @@
"pattern": "^/community_guidelines$",
"view": "guidelines/guidelines",
"title": "Scratch Community Guidelines"
},
{
"name": "privacypolicy",
"pattern": "^/privacy_policy/?$",
"view": "privacypolicy/privacypolicy",
"title": "Privacy Policy"
}
]