mirror of
https://github.com/typicode/json-server.git
synced 2025-08-05 22:51:54 +08:00
6 lines
117 B
JSON
6 lines
117 B
JSON
{
|
|
"/api/": "/",
|
|
"/blog/:resource/:id/show": "/:resource/:id",
|
|
"/blog/:category": "/posts?category=:category"
|
|
}
|