Commit e5172490 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

invokers and providers page working with pagination and delete

parent 5519e276
Loading
Loading
Loading
Loading
(6 KiB)

File changed.

No diff preview for this file type.

+0 −1
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@ export const getProviderServices = async providerId => {
}

export const deleteProvider = async providerId => {
  console.log("providerId: ", providerId)
  return axiosInstance.delete(`/providers/${providerId}`)
}