This commit is contained in:
jude
2022-05-14 12:02:46 +01:00
parent 8eb46f1f23
commit bfc2d71ca0
14 changed files with 248 additions and 13 deletions

View File

@ -126,6 +126,9 @@ pub async fn initialize(
routes::help_timers,
routes::help_todo_lists,
routes::help_macros,
routes::help_intervals,
routes::help_dashboard,
routes::help_iemanager,
],
)
.mount("/login", routes![routes::login::discord_login, routes::login::discord_callback])