forked from PHP/Router
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
/
|
|
├── /
|
|
│ └── GET
|
|
├── :slug
|
|
│ └── GET
|
|
├── tags
|
|
│ └── GET
|
|
└── tag
|
|
└── :tag
|
|
└── GET
|