aboutsummaryrefslogtreecommitdiff
path: root/src/tools/encryption/index.ts
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-16 10:10:21 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-16 10:10:21 +0200
commitdbce46b470b0187a395cdd350a023641c6319582 (patch)
tree79b78029724a293ecaa44fcaf1fbc1e1ef43cda8 /src/tools/encryption/index.ts
parentfd4426d246ada553528759f761c8192df85c0d44 (diff)
downloadit-tools-dbce46b470b0187a395cdd350a023641c6319582.tar.gz
it-tools-dbce46b470b0187a395cdd350a023641c6319582.tar.zst
it-tools-dbce46b470b0187a395cdd350a023641c6319582.zip
feat(router): added legacy routes redirections
Diffstat (limited to 'src/tools/encryption/index.ts')
-rw-r--r--src/tools/encryption/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/encryption/index.ts b/src/tools/encryption/index.ts
index 0575f7d..1adef2b 100644
--- a/src/tools/encryption/index.ts
+++ b/src/tools/encryption/index.ts
@@ -8,4 +8,5 @@ export const tool: ITool = {
keywords: ['cypher', 'uncypher', 'text', 'AES', 'TripleDES', 'Rabbit', 'RC4'],
component: () => import('./encryption.vue'),
icon: Lock,
+ redirectFrom: ['/cypher'],
};