api refactoring part 2

This commit is contained in:
Čarodej
2022-05-12 10:42:08 +02:00
parent 70901a2df5
commit b8741439f5
29 changed files with 313 additions and 144 deletions

View File

@@ -164,7 +164,7 @@ export default {
// Send request to get share link
axios
.post(`/api/upload-request`, this.form)
.post(`/api/file-request`, this.form)
.then((response) => {
this.generatedUploadRequest = response.data
})