Function jwks_server::routes::index
source · pub fn index() -> &'static str
Expand description
Responds with a greeting message.
This is a simple endpoint to demonstrate a basic HTTP GET request.
pub fn index() -> &'static str
Responds with a greeting message.
This is a simple endpoint to demonstrate a basic HTTP GET request.