- 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
12 lines
128 B
Plaintext
12 lines
128 B
Plaintext
meta {
|
|
name: Get Admin Library
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
get {
|
|
url: {{base_url}}/admin/library
|
|
body: none
|
|
auth: bearer
|
|
}
|