Merge pull request #2152 from overleaf/as-per-user-trash-backend

Add per-user trash endpoint

GitOrigin-RevId: 94a6e3416b047e1f8721159ac0d049e98785e5ce
This commit is contained in:
Eric Mc Sween
2019-09-26 08:42:15 -04:00
committed by sharelatex
parent 9a31361795
commit 9cd5af840a
4 changed files with 134 additions and 29 deletions
@@ -171,7 +171,8 @@ describe('ProjectController', function() {
'../Institutions/InstitutionsAPI': {
getUserAffiliations: this.getUserAffiliations
},
'../V1/V1Handler': {}
'../V1/V1Handler': {},
'../../models/Project': {}
}
})