diff options
| author | Fuwn <[email protected]> | 2021-05-06 21:56:41 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-06 21:56:41 +0000 |
| commit | a895f79389b1c34d19368efcac49e6f6b5bfc900 (patch) | |
| tree | 7209ca693d8de50bd79b2413dfca8a7323f103f8 /src/routes.rs | |
| parent | fix(utils): conditional authorization header placement (diff) | |
| download | api-a895f79389b1c34d19368efcac49e6f6b5bfc900.tar.xz api-a895f79389b1c34d19368efcac49e6f6b5bfc900.zip | |
fix(global): license header case
Diffstat (limited to 'src/routes.rs')
| -rw-r--r-- | src/routes.rs | 2 |
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}; |