Skip to content

1.6.0

Compare
Choose a tag to compare
@denis-yuen denis-yuen released this 04 Apr 17:23
d615efd
Don't explicitly specify webservice port (#69)

ga4gh/dockstore#1594

Commented out API_PORT instead of deleting it so the template
wouldn't look too different from the code in dockstore-ui2.
But did comment it out so TS compiler wouldn't complain
about unused variables.

Code to set API_URL is thus a little more straightforward,
although it does vary from code in dockstore-ui2. Seems
clearer though.