diff --git a/cista-front/index.html b/cista-front/index.html index c271bbf..f59d182 100644 --- a/cista-front/index.html +++ b/cista-front/index.html @@ -4,7 +4,7 @@ - Vite App + Vite Vasanko
diff --git a/cista-front/src/App.vue b/cista-front/src/App.vue index 3a51d43..af02b81 100644 --- a/cista-front/src/App.vue +++ b/cista-front/src/App.vue @@ -28,10 +28,11 @@ }) watchEffect(() => { - const documentHandler = new DocumentHandler() - const documentUploadHandler = new DocumentUploadHandler() console.log('Actual Path') console.log(Router.currentRoute.value.path) + console.log(Router.currentRoute) + const documentHandler = new DocumentHandler() + const documentUploadHandler = new DocumentUploadHandler() const wsWatch = createWebSocket(url_document_watch_ws, documentHandler.handleWebSocketMessage) const wsUpload = createWebSocket(url_document_upload_ws, documentUploadHandler.handleWebSocketMessage)