Design updated for future API update

This commit is contained in:
2022-02-17 22:57:17 +01:00
parent 519bad5689
commit b195b35c68
6 changed files with 2932 additions and 2464 deletions

View File

@@ -31,7 +31,7 @@ export default {
},
methods: {
loadProjectList () {
fetch(process.env.VUE_APP_API_URL + '/projects/category/selected')
fetch(process.env.VUE_APP_API_URL + '/projects?category=selected')
.then(response => response.json())
.then(data => {
this.select_projects = data