aboutsummaryrefslogtreecommitdiff
path: root/src/routes.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-06 21:56:41 -0700
committerFuwn <[email protected]>2021-05-06 21:56:41 -0700
commit03235c02d9d4ea88f90e6da9f9c07fb925317ac0 (patch)
treeac3ad904b0aaeb39519c41a472c053c37d3efbf2 /src/routes.rs
parentfix(utils): conditional authorization header placement (diff)
downloadapi-03235c02d9d4ea88f90e6da9f9c07fb925317ac0.tar.xz
api-03235c02d9d4ea88f90e6da9f9c07fb925317ac0.zip
fix(global): license header case
Diffstat (limited to 'src/routes.rs')
-rw-r--r--src/routes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes.rs b/src/routes.rs
index 5ec12d6..20536ec 100644
--- a/src/routes.rs
+++ b/src/routes.rs
@@ -1,4 +1,4 @@
-// Copyleft (ɔ) 2021-2021 The Senpy Club
+// copyleft (ɔ) 2021-2021 the senpy club
// SPDX-License-Identifier: GPL-3.0-only
use actix_web::{HttpRequest, HttpResponse};