support articles

This commit is contained in:
jude
2022-03-20 21:04:24 +00:00
parent af9d8bea62
commit 9e6a387f82
13 changed files with 202 additions and 64 deletions

View File

@@ -81,9 +81,16 @@ pub async fn initialize(
routes::cookies,
routes::privacy,
routes::terms,
routes::return_to_same_site
],
)
.mount(
"/help",
routes![
routes::help,
routes::help_timezone,
routes::return_to_same_site
routes::help_create_reminder,
routes::help_delete_reminder
],
)
.mount("/login", routes![routes::login::discord_login, routes::login::discord_callback])