routes refactoring

This commit is contained in:
Peter Papp
2021-05-13 17:50:42 +02:00
parent 3af8bff13b
commit b4e6561134
16 changed files with 573 additions and 608 deletions

View File

@@ -74,7 +74,7 @@
},
methods: {
fetchUser() {
axios.get(`/api/oasis/clients/${this.$route.params.id}`)
axios.get(`/api/clients/${this.$route.params.id}`)
.then(response => {
this.client = response.data
})
@@ -111,6 +111,7 @@
border-radius: 12px;
z-index: 1;
position: relative;
object-fit: contain;
&.blurred {
@include blurred-image;