Skip to content

Commit

Permalink
fix: add item url (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirily11 authored May 12, 2022
1 parent b10ca8b commit 85bd6c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/etd-common/src/configs/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export const Routes = {
// Storage
item: "/storage_management/item",
itemSearch: "/api/v1/device/search",
addItem: "/api/v1/device",
editItem: "/api/v1/device",
deleteItem: "/api/v1/device",
owner: "/storage_management/owner",
editDeviceOwner: "/api/v1/device/edit/device-owner",
editOwner: "/api/v1/device/owner",
Expand Down

0 comments on commit 85bd6c7

Please sign in to comment.