This website requires JavaScript.
Explore
Help
Sign In
cel
/
critch
Watch
1
Star
0
Fork
You've already forked critch
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b7a2265e9b
critch
/
src
/
routes
/
admin.rs
12 lines
126 B
Rust
Raw
Blame
History
use
poem
::
handler
;
#[
handler
]
pub
async
fn
login
(
)
{
todo!
(
)
}
#[
handler
]
pub
async
fn
get_login_form
(
)
{
todo!
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink