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