fix: use singular for for customer entity

This commit is contained in:
Vlad Stan 2023-05-04 12:22:27 +03:00
parent 19f67e474a
commit dcb98ba982
3 changed files with 6 additions and 5 deletions

View file

@ -227,7 +227,7 @@ async function orderList(path) {
try {
const {data} = await LNbits.api.request(
'GET',
'/nostrmarket/api/v1/customers',
'/nostrmarket/api/v1/customer',
this.inkey
)
this.customers = data