django-qsessions icon indicating copy to clipboard operation
django-qsessions copied to clipboard

Simplify version detection

Open hbagdi opened this issue 3 years ago • 0 comments

The current code fetches version first using the root path and then using /:workspace/kong if the first one fails. This needs to be refactored and simplified:

  • if deck is run with empty workspace, read version from Root()
  • if deck is run with a non-empty workspace, read version from //kong

hbagdi avatar Apr 15 '21 21:04 hbagdi