Fix:Create collection url #193

This commit is contained in:
advplyr 2021-11-23 14:59:20 -06:00
parent 3fa0fe4b64
commit be9f535911

View File

@ -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`)