Skip to main content

serve

Function serve 

Source
pub async fn serve(state: ApiState, addr: &str) -> Result<()>
Expand description

Bind addr (e.g. 127.0.0.1:8788) and serve the full API until the process is stopped. The binary wires this from aonyx serve api.