paths in mail
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user