blob: 856f6b75fc7e1bd82969b64cb115a87f2111db47 (
plain)
1
2
3
4
5
6
7
|
/*
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) 2025 metamuffin <metamuffin.org>
*/
pub mod cors;
pub mod cache;
|