Add /auth/status

This commit is contained in:
2022-09-18 15:04:33 +00:00
committed by GitHub
parent 35935e80a4
commit b00d326044
11 changed files with 88 additions and 19 deletions

3
src/server/auth/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod status;
pub use status::{AuthStatusContext, AuthStatusRoute};