diff options
author | 2022-04-16 10:10:21 +0200 | |
---|---|---|
committer | 2022-04-16 10:10:21 +0200 | |
commit | dbce46b470b0187a395cdd350a023641c6319582 (patch) | |
tree | 79b78029724a293ecaa44fcaf1fbc1e1ef43cda8 /src/tools/encryption/index.ts | |
parent | fd4426d246ada553528759f761c8192df85c0d44 (diff) | |
download | it-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.ts | 1 |
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'], }; |