fix(scanner): corrected teh endpoint to delete the user if needed
This commit is contained in:
@@ -180,7 +180,7 @@ const ScanUserTable = () => {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const res = await api.delete(
|
const res = await api.delete(
|
||||||
`/lst/api/mobile/auth/user/${i.row.original.id}`,
|
`/mobile/auth/user/${i.row.original.id}`,
|
||||||
|
|
||||||
{
|
{
|
||||||
withCredentials: true,
|
withCredentials: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user