Browse Source

Merge pull request #29 from EvgenyOrekhov/update-swagger-ui

Fix #28: make swagger-ui/run.sh forward signals to the Node.js process
pull/31/head
Johannes Schickling 8 years ago
committed by GitHub
parent
commit
d967110208
  1. 2
      swagger-ui/run.sh

2
swagger-ui/run.sh

@ -16,4 +16,4 @@ else
sed -i "s|http://example.com/api|$API_URL|g" index.html
fi
http-server -p 80
exec http-server -p 80
Loading…
Cancel
Save