bug fixes

This commit is contained in:
Peter Papp
2021-05-14 10:29:46 +02:00
parent b4e6561134
commit 722eceb0c1
23 changed files with 172 additions and 137 deletions
@@ -209,7 +209,7 @@
// Send request to get user token
axios
.post('/api/oasis/clients', formData, {
.post('/api/v1/invoicing/clients', formData, {
headers: {
'Content-Type': 'multipart/form-data',
}