✨ File upload frontpage and download decryption
This commit is contained in:
@@ -8,6 +8,11 @@ const router = createRouter({
|
||||
path: '/',
|
||||
name: 'index',
|
||||
component: () => import('../views/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/files',
|
||||
name: 'files',
|
||||
component: () => import('../views/files.vue'),
|
||||
}
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user