REMOVE count route from upload plugin

This commit is contained in:
Jorge Rambla 2022-04-12 11:12:11 +02:00 committed by GitHub
parent 9ea086aea5
commit 473a265a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,6 @@ module.exports = {
path: '/',
handler: 'content-api.upload',
},
{
method: 'GET',
path: '/files/count',
handler: 'content-api.count',
},
{
method: 'GET',
path: '/files',