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
All checks were successful
Deploy production / deploy (push) Successful in 51s
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "timeclock",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"description": "TimeClock v3 - Full-Stack Zeiterfassungsanwendung",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
|
||||
Reference in New Issue
Block a user