Skip to content

Commit

Permalink
Enable Vulcan status check
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Dec 10, 2024
1 parent 11177e9 commit 2ca2280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions backend/parseport/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
)
)
2 changes: 1 addition & 1 deletion frontend/src/proxy.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"target": "http://localhost:8000",
"secure": false
}
}
}

0 comments on commit 2ca2280

Please sign in to comment.