diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-06 22:53:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 22:53:58 -0500 |
commit | 2f519bd66e7f0eeb374dfcd59043ad020196140e (patch) | |
tree | 50d00b731bcb151c7af7b98cf67ffe37a4e74d72 /src/routes.ts | |
parent | a74919ef33df7b9a4750ae06d99205fb77be95dd (diff) | |
download | voidsky-2f519bd66e7f0eeb374dfcd59043ad020196140e.tar.zst |
Add tos, community guidelines, and copyright policy (#410)
* Add tos, community guidelines, and copyright policy * Fix lint
Diffstat (limited to 'src/routes.ts')
-rw-r--r-- | src/routes.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/routes.ts b/src/routes.ts index 167efcfb7..7ae281424 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -15,4 +15,7 @@ export const router = new Router({ Log: '/sys/log', Support: '/support', PrivacyPolicy: '/support/privacy', + TermsOfService: '/support/tos', + CommunityGuidelines: '/support/community-guidelines', + CopyrightPolicy: '/support/copyright', }) |