fix: use singular for for customer entity
This commit is contained in:
parent
f7dd15e775
commit
fab419d974
3 changed files with 6 additions and 5 deletions
|
|
@ -799,7 +799,7 @@ async def api_create_message(
|
|||
######################################## CUSTOMERS ########################################
|
||||
|
||||
|
||||
@nostrmarket_ext.get("/api/v1/customers")
|
||||
@nostrmarket_ext.get("/api/v1/customer")
|
||||
async def api_get_customers(
|
||||
wallet: WalletTypeInfo = Depends(get_key_type),
|
||||
) -> List[Customer]:
|
||||
|
|
@ -821,7 +821,7 @@ async def api_get_customers(
|
|||
)
|
||||
|
||||
|
||||
@nostrmarket_ext.post("/api/v1/customers")
|
||||
@nostrmarket_ext.post("/api/v1/customer")
|
||||
async def api_createcustomer(
|
||||
data: Customer,
|
||||
wallet: WalletTypeInfo = Depends(require_admin_key),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue