We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cd4d4 commit b6c8b6bCopy full SHA for b6c8b6b
server/controllers/collection.controller/removeProjectFromCollection.js
@@ -1,6 +1,6 @@
1
import Collection from '../../models/collection';
2
3
-export default function addProjectToCollection(req, res) {
+export default function removeProjectFromCollection(req, res) {
4
const owner = req.user._id;
5
const { id: collectionId, projectId } = req.params;
6
0 commit comments