mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +01:00
settings works for every user
This commit is contained in:
@@ -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> => {
|
||||
|
||||
Reference in New Issue
Block a user