diff --git a/client/components/modals/UserCollectionsModal.vue b/client/components/modals/UserCollectionsModal.vue index 16e26199..be519c67 100644 --- a/client/components/modals/UserCollectionsModal.vue +++ b/client/components/modals/UserCollectionsModal.vue @@ -137,7 +137,7 @@ export default { name: this.newCollectionName } this.$axios - .$post('/api/collection', newCollection) + .$post('/api/collections', newCollection) .then((data) => { console.log('New Collection Created', data) this.$toast.success(`Collection "${data.name}" created`)