feat: gdpr

This commit is contained in:
Per Stark
2025-01-02 22:43:32 +01:00
parent 519f6c6eb1
commit 2a0603606e
8 changed files with 2901 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ use axum::response::Html;
use minijinja_autoreload::AutoReloader;
pub mod account;
pub mod gdpr;
pub mod index;
pub mod ingress;
pub mod search_result;