# Build angular webapp using command and copy here
ng build --prod --output-path webapp --base-href /

# Set value in api.json file
"host": "http://localhost:8080/restapi",
"webSocketHost": "ws://localhost:4221/notifications",

