fix: Update copyright year in middleware.ts to 2025
Some checks failed
SteamWarCI Build failed

This commit is contained in:
2025-11-14 23:03:31 +01:00
parent 9c353a5eea
commit 1905aed535

View File

@@ -1,7 +1,7 @@
/* /*
* This file is a part of the SteamWar software. * 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 * 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 * 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(); const astroI18n = useAstroI18n();
export const onRequest = sequence(astroI18n); export const onRequest = sequence(astroI18n);