blob: 231236cd89a2cf9399d2b7de372026b1af239582 (
plain) (
blame)
1
2
3
4
5
6
7
|
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
pub mod stats;
#[get("/")]
pub fn index() -> &'static str { "Whirlsplash" }
|