Example App
Example App
Example App

#Example App

Rust Axum API + rspress documentation.

#API Endpoints

#GET /health

Returns service health status.

{"status": "ok", "version": "0.1.0"}

#GET /api/hello

Returns a hello message.

{"message": "Hello from Example API!"}

#Development

cargo run