From 2ca22807a0fdd8527a87aa4eded2623461716d08 Mon Sep 17 00:00:00 2001 From: Xander Vertegaal Date: Tue, 10 Dec 2024 11:47:49 +0100 Subject: [PATCH] Enable Vulcan status check --- backend/parseport/views.py | 4 +--- frontend/src/proxy.conf.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/backend/parseport/views.py b/backend/parseport/views.py index a094bc2..758fc42 100644 --- a/backend/parseport/views.py +++ b/backend/parseport/views.py @@ -34,8 +34,6 @@ def get(self, request): aethel=aethel_status(), spindle=status_check('spindle'), mp=status_check('minimalist_parser'), - vulcan=True, - # When Vulcan is up and running, uncomment the following line. - # vulcan=status_check('vulcan'), + vulcan=status_check('vulcan'), ) ) diff --git a/frontend/src/proxy.conf.json b/frontend/src/proxy.conf.json index 2011cda..f1e3fad 100644 --- a/frontend/src/proxy.conf.json +++ b/frontend/src/proxy.conf.json @@ -3,4 +3,4 @@ "target": "http://localhost:8000", "secure": false } -} \ No newline at end of file +}