privacy/terms/support/docs

This commit is contained in:
SowinskiBraeden committed 2026-06-27 13:14:13 -07:00
1 parent 2e1cc10dc7
commit e9d4392b8c
7 files changed
+783 -5

No files matched your search

+11 -1
View File
@@ -25,7 +25,17 @@ def home():
@public_bp.get("/help")
def help():
return render_template("docs.html")
return render_template("support.html")
@public_bp.get("/privacy")
def privacy():
return render_template("privacy.html")
@public_bp.get("/terms")
def terms():
return render_template("terms.html")
@public_bp.get("/explore")