settings works for every user

This commit is contained in:
2025-10-13 14:34:45 +02:00
parent dec92daf7c
commit b6fd57dfc7
13 changed files with 505 additions and 456 deletions

View File

@@ -122,12 +122,12 @@ export const shiftPlanService = {
}
},
getTemplates: async (): Promise<ShiftPlan[]> => {
/*getTemplates: async (): Promise<ShiftPlan[]> => {
const response = await fetch(`${API_BASE}/templates`, {
headers: getAuthHeaders()
});
return handleResponse(response);
},
},*/
// Get specific template or plan
getTemplate: async (id: string): Promise<ShiftPlan> => {