paths in mail

This commit is contained in:
Mateusz Gruszczyński
2026-07-28 10:13:41 +02:00
parent 351dd081b5
commit d38b5b0b51
6 changed files with 60 additions and 23 deletions
+3
View File
@@ -43,6 +43,9 @@ pub fn router(
Router::new()
.route("/", get(home))
.route("/auth/confirm/{token}", get(home))
.route("/auth/reset-password/{token}", get(home))
.route("/auth/account-action/{token}", get(home))
.route("/p/{slug}", get(pad))
.route("/s/{token}", get(public_page))
.route("/w/{workspace_slug}", get(workspace))