22 lines
573 B
Plaintext
22 lines
573 B
Plaintext
/
|
|
└── GET
|
|
├── /
|
|
│ ├── _children
|
|
│ │ └── _handler
|
|
│ └── _handler
|
|
├── :slug
|
|
│ ├── _children
|
|
│ │ └── _handler
|
|
│ └── _handler
|
|
├── tags
|
|
│ ├── _children
|
|
│ │ └── _handler
|
|
│ └── _handler
|
|
└── tag
|
|
├── _children
|
|
│ └── :tag
|
|
│ ├── _children
|
|
│ │ └── _handler
|
|
│ └── _handler
|
|
└── _handler
|