critch/src/routes/admin.rs

12 lines
126 B
Rust
Raw Normal View History

2024-11-13 20:00:15 +00:00
use poem::handler;
#[handler]
pub async fn login() {
todo!()
}
#[handler]
pub async fn get_login_form() {
todo!()
}