survey/src/api/v1/admin/tests/mod.rs

8 lines
226 B
Rust
Raw Normal View History

2023-11-01 17:12:16 +05:30
// Copyright (C) 2021 Aravinth Manivannan <realaravinth@batsense.net>
// SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
2021-10-11 10:25:45 +05:30
mod auth;
mod protected;