Skip to content

NORTH GUI Update

Lauri Himanen requested to merge north-gui-api-connection into north
  • Moved the CORS middleware to the top app level to allow CORS access on all API routes.
  • NORTHMainPage now uses the NORTH API to fetch a list of tools and whether there is a running instance of the tool.
  • The launch page now uses a POST message to get a container path and probes it until it is "alive" before redirecting.

Merge request reports