strapi-plugin-marking-pin-point-image
Version:
Strapi - Marking Point Image
27 lines (26 loc) • 490 B
JSON
[
{
"method": "GET",
"path": "/category/find",
"handler": "api.getcategory",
"config": {
"policies": []
}
},
{
"method": "GET",
"path": "/image/find",
"handler": "api.getimage",
"config": {
"policies": []
}
},
{
"method": "GET",
"path": "/product/find",
"handler": "api.getproduct",
"config": {
"policies": []
}
}
]