about summary refs log tree commit diff stats
path: root/crates/rocie-server/src/api/get/no_auth/mod.rs
blob: 38a041ce0e647c1031f680b135e0facd0db8fe08 (plain) (blame)
1
2
3
use actix_web::web;

pub(crate) fn register_paths(cfg: &mut web::ServiceConfig) {}