aboutsummaryrefslogtreecommitdiff
path: root/server/src/responders/mod.rs
blob: b62fe403042205c5147124a097e12c4facfda5fd (plain)
1
2
3
4
5
6
7
8
/*
    This file is part of jellything (https://codeberg.org/metamuffin/jellything)
    which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
    Copyright (C) 2026 metamuffin <metamuffin.org>
*/

pub mod cache;
pub mod cors;