You've already forked AstralRinth
forked from didirus/AstralRinth
2c1bcaafc1
* Use auto payments with paypal * Remove sandbox key
8 lines
107 B
Rust
8 lines
107 B
Rust
pub mod auth;
|
|
pub mod env;
|
|
pub mod ext;
|
|
pub mod guards;
|
|
pub mod routes;
|
|
pub mod validate;
|
|
pub mod webhook;
|