mirror of
https://github.com/strapi/strapi.git
synced 2025-12-05 03:21:22 +00:00
REMOVE count route from upload plugin
This commit is contained in:
parent
9ea086aea5
commit
473a265a16
@ -8,11 +8,6 @@ module.exports = {
|
|||||||
path: '/',
|
path: '/',
|
||||||
handler: 'content-api.upload',
|
handler: 'content-api.upload',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
method: 'GET',
|
|
||||||
path: '/files/count',
|
|
||||||
handler: 'content-api.count',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
path: '/files',
|
path: '/files',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user