chore: Clean up and reorganize Bruno collection after rebuild

- Remove duplicate Get Admin Dashboard.bru (same as /admin route)
- Reorder sequence numbers for logical grouping
- Add missing body: none to GET requests
- Standardize folder path examples to /app/uploads
- Fix file formatting and add missing newlines
This commit is contained in:
2026-01-27 16:50:49 -05:00
parent cf51644f44
commit 49ee68e905
6 changed files with 13 additions and 21 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
meta {
name: Delete Ebook Folder
type: http
seq: 10
seq: 3
}
delete {
@@ -51,4 +51,4 @@ docs {
- Path normalization for matching
- Supports both absolute paths and home directory (~) paths
- Prevents deletion of non-existent folders
}
}