docs: endpoint documentation

This commit is contained in:
timokoesters
2020-07-31 14:40:28 +02:00
committed by Timo
parent cfda76860b
commit f40f1d9f75
6 changed files with 83 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ fn setup_rocket() -> rocket::Rocket {
client_server::get_supported_versions_route,
client_server::get_register_available_route,
client_server::register_route,
client_server::get_login_route,
client_server::get_login_types_route,
client_server::login_route,
client_server::whoami_route,
client_server::logout_route,