[Glitch] Change privacy policy to be rendered in web UI, add REST API
Port a2ba011326
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
b68b96a0cc
commit
07df273f37
7 changed files with 154 additions and 2 deletions
|
@ -185,3 +185,7 @@ export function Explore () {
|
|||
export function About () {
|
||||
return import(/*webpackChunkName: "features/glitch/async/about" */'flavours/glitch/features/about');
|
||||
}
|
||||
|
||||
export function PrivacyPolicy () {
|
||||
return import(/*webpackChunkName: "features/glitch/async/privacy_policy" */'flavours/glitch/features/privacy_policy');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue