what is this is in axios

PHOTO EMBED

Tue Apr 29 2025 12:58:11 GMT+0000 (Coordinated Universal Time)

Saved by @codejck

// export const getWorkstation = (workstationId, currentLocale) => {
//   return instance.get(
//     "/api/" + currentLocale + "/workstations/" + workstationId
//   );
// };

// export const createWorkstation = (resource, currentLocale) => {
//   return instance.post("/api/" + currentLocale + "/workstations/", {
//     ...resource
//   });
// };

// export const updateWorkstation = (workstationId, resource, currentLocale) => {
//   return instance.patch(
//     "/api/" + currentLocale + "/workstations/" + workstationId,
//     {
//       ...resource
//     }
//   );
// };
content_copyCOPY