Backend update renamed controllers and models to be singular
This commit is contained in:
		| @@ -196,7 +196,7 @@ | ||||
| 				} | ||||
| 				//Perform search | ||||
| 				let vm = this | ||||
| 				axios.post('/api/notes/search', postData). | ||||
| 				axios.post('/api/note/search', postData). | ||||
| 				then(response => { | ||||
| 					console.log('Notes and Tags') | ||||
| 					console.log(response.data) | ||||
| @@ -217,7 +217,7 @@ | ||||
| 				const title = '' | ||||
| 				let vm = this | ||||
|  | ||||
| 				axios.post('/api/notes/create', {title}) | ||||
| 				axios.post('/api/note/create', {title}) | ||||
| 				.then(response => { | ||||
|  | ||||
| 					if(response.data && response.data.id){ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user