This commit is contained in:
Jake Kasper
2025-09-02 13:06:02 -05:00
parent 5a16f42e1c
commit f37b43bf4f
4 changed files with 243 additions and 2 deletions

View File

@@ -245,6 +245,7 @@ export const mowingAPI = {
// Logs/Sessions
createLog: (data) => apiClient.post('/mowing/sessions', data),
getLogs: () => apiClient.get('/mowing/logs'),
getSession: (id) => apiClient.get(`/mowing/sessions/${id}`),
};
// Utility functions