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
@@ -260,7 +260,7 @@
// Send request to get user token
axios
.post('/api/oasis/invoices/profile', formData, {
.post('/api/invoices/profile', formData, {
headers: {
'Content-Type': 'multipart/form-data',
}