added https withe self sign ssl to backentd and healthcheck to frontend
This commit is contained in:
@@ -6,7 +6,9 @@ const routes = [
|
||||
{ path: '', component: () => import('pages/IndexPage.vue') },
|
||||
{ path: 'test_DartPicker', component: () => import('pages/testDartPickerPage.vue') },
|
||||
{ path: 'test_NumbersPage', component: () => import('pages/testNumbersPage.vue') },
|
||||
{ path: 'test_WebSpeechApi', component: () => import('pages/testWebSpeechApi.vue') }
|
||||
{ path: 'test_WebSpeechApi', component: () => import('pages/testWebSpeechApi.vue') },
|
||||
|
||||
{ path: 'error', component: () => import('pages/ErrorPage.vue') }
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user