Aktualisiere die Version auf 3.1.2 und füge Cache-Control-Header für die Wochenübersicht hinzu
All checks were successful
Deploy production / deploy (push) Successful in 51s

This commit is contained in:
Torsten Schulz (local)
2026-08-27 09:16:16 +02:00
parent 9274500443
commit f47414f095
2 changed files with 3 additions and 2 deletions

View File

@@ -237,6 +237,7 @@ const loadWeekData = async () => {
loading.value = true
const response = await fetch(`${API_URL}/week-overview?weekOffset=${weekOffset.value}`, {
cache: 'no-store',
headers: {
'Authorization': `Bearer ${authStore.token}`,
'Content-Type': 'application/json'
@@ -695,4 +696,4 @@ onBeforeUnmount(() => {
background: #5a6268;
border-color: #545b62;
}
</style>
</style>