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
diff options
context:
space:
mode:
authorMatthias <ilovemilk@wusa.io>2020-04-11 12:57:03 +0300
committerMatthias <ilovemilk@wusa.io>2020-04-11 12:57:03 +0300
commit5e9cebdcad048e166f9392e3aefeea1529669bc0 (patch)
tree4ff37e522cba5762369b320f0919c115393f29a8 /appinfo/info.xml
parent133a820b88a78a4281e017d88d11bed169b5fdbf (diff)
fix frontend and controller to work without services
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5e47879..5095179 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -37,7 +37,7 @@
<navigations>
<navigation>
<name>Ransomware recovery</name>
- <route>ransomware_detection.recover.index</route>
+ <route>ransomware_detection.page.index</route>
</navigation>
</navigations>
</info>