diff --git a/src/middleware.ts b/src/middleware.ts index b8f999d..2b7954e 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -1,7 +1,7 @@ /* * This file is a part of the SteamWar software. * - * Copyright (C) 2023 SteamWar.de-Serverteam + * Copyright (C) 2025 SteamWar.de-Serverteam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -22,4 +22,4 @@ import { useAstroI18n } from "astro-i18n"; const astroI18n = useAstroI18n(); -export const onRequest = sequence(astroI18n); \ No newline at end of file +export const onRequest = sequence(astroI18n);