aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/src/routes/mod.rs
blob: 562e73da3b49b90d0b1efcc11f62ab535b10cb3d (plain) (blame)
1
2
3
4
5
// Copyright (C) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only

pub mod stats;
pub mod worlds;