added route for new reverse proxy
This commit is contained in:
parent
42294aa6d0
commit
dc25e591a7
|
|
@ -9,6 +9,11 @@ const router = createRouter({
|
||||||
name: 'home',
|
name: 'home',
|
||||||
component: HomeView,
|
component: HomeView,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/rp/new',
|
||||||
|
name: 'new-reverser-proxy',
|
||||||
|
component: 'NewReverseProxyView.vue'
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
{
|
{
|
||||||
path: '/config',
|
path: '/config',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue