add terms of service redirect

This commit is contained in:
ashley 2025-10-17 16:44:36 +02:00
parent 1f0acef506
commit 5e8a835450

View File

@ -37,6 +37,7 @@ app.get("/terms-of-service", (req, res) => {
const tosRedirects = [
"/tos",
"/terms",
"/termsofservice",
"/policies/terms",
"/policies/tos",