add perm-delete bruno doc
This commit is contained in:
2
mod.ts
2
mod.ts
@@ -300,7 +300,7 @@ Deno.serve({ port: config.api.port }, async (req) => {
|
||||
failed = true;
|
||||
});
|
||||
if (failed) return genericResponse(STATUS_CODE.InternalServerError, "Couldn't update DB.");
|
||||
return genericResponse(STATUS_CODE.OK, 'Plan deleted.');
|
||||
return genericResponse(STATUS_CODE.OK, 'Plan permanently deleted.');
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user