1
2
3
4
5
6
7
8
//! Module containing HTTP handlers. Mapping to these from various routes is configured in
//! `ocypod-server.rs`.

pub mod queue;
pub mod info;
pub mod job;
pub mod tag;
pub mod health;