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