chore: Move several more endpoints to use zod for validation, unify APIs (#7086)
This commit is contained in:
@@ -32,7 +32,7 @@ export const joinerConfig: ModuleJoinerConfig = {
|
||||
schema: moduleSchema,
|
||||
alias: [
|
||||
{
|
||||
name: ["inventory_items", "inventory"],
|
||||
name: ["inventory_items", "inventory_item", "inventory"],
|
||||
args: {
|
||||
entity: "InventoryItem",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user