mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 19:57:44 +02:00
revert Fix routes for subfolder installation (7611f9b)
This commit is contained in:
parent
1a87feaa28
commit
0b6c403d09
10
resources/js/app.js
vendored
10
resources/js/app.js
vendored
@ -22,27 +22,27 @@ const router = new VueRouter({
|
|||||||
mode: 'history',
|
mode: 'history',
|
||||||
routes: [
|
routes: [
|
||||||
{
|
{
|
||||||
path: './',
|
path: '/',
|
||||||
name: 'accounts',
|
name: 'accounts',
|
||||||
component: Accounts
|
component: Accounts
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: './login',
|
path: '/login',
|
||||||
name: 'login',
|
name: 'login',
|
||||||
component: Login,
|
component: Login,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: './register',
|
path: '/register',
|
||||||
name: 'register',
|
name: 'register',
|
||||||
component: Register,
|
component: Register,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: './create',
|
path: '/create',
|
||||||
name: 'create',
|
name: 'create',
|
||||||
component: Create,
|
component: Create,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: './edit/:twofaccountId',
|
path: '/edit/:twofaccountId',
|
||||||
name: 'edit',
|
name: 'edit',
|
||||||
component: Edit,
|
component: Edit,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user