You've already forked AstralRinth
forked from didirus/AstralRinth
* Sessions Route + Password Auth * run prep + fix clippy * changing passwords + logging in * register login
9 lines
123 B
Rust
9 lines
123 B
Rust
pub mod captcha;
|
|
pub mod env;
|
|
pub mod ext;
|
|
pub mod guards;
|
|
pub mod img;
|
|
pub mod routes;
|
|
pub mod validate;
|
|
pub mod webhook;
|