update page after programmatic file remove (routes/remove-file.php)

This commit is contained in:
isUnknown 2025-09-03 18:25:17 +02:00
parent 603700cd98
commit b999d46ac6

View file

@ -12,6 +12,8 @@ return [
$file->delete(); $file->delete();
$page->update();
return json_encode("File successfully removed."); return json_encode("File successfully removed.");
} }
]; ];