Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias <ilovemilk@wusa.io>2020-09-14 19:15:26 +0300
committerMatthias <ilovemilk@wusa.io>2020-09-14 19:15:26 +0300
commitdfeda8d4bdd88d5ec99a87610b47ade98a8065d7 (patch)
tree538b60cacac6e2e53f838e3d1d61702cbe47dd42 /src
parent8981ac7f42307d3b56e76a3aae9a99d4c6f83200 (diff)
add recovered file operations
Diffstat (limited to 'src')
-rw-r--r--src/views/History.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/History.vue b/src/views/History.vue
index b973b57..808245b 100644
--- a/src/views/History.vue
+++ b/src/views/History.vue
@@ -49,10 +49,10 @@ export default {
},
computed: {
recoverUrl() {
- return OC.generateUrl('/apps/ransomware_detection/api/v1/file-operations')
+ return OC.generateUrl('/apps/ransomware_detection/api/v1/recovered/file-operations')
},
fileOperationsUrl() {
- return OC.generateUrl('/apps/ransomware_detection/api/v1/file-operation')
+ return OC.generateUrl('/apps/ransomware_detection/api/v1/recovered/file-operation')
}
},
methods: {