We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ed344 commit ba24067Copy full SHA for ba24067
vorto-dashboard/src/util/DataPoller.js
@@ -2,7 +2,7 @@ const request = require('request-promise-native')
2
const log = require('loglevel')
3
log.setLevel(process.env.REACT_APP_LOG_LEVEL || 'error')
4
5
-const PORT = process.env.REACT_APP_PORT || 8080
+const PORT = process.env.REACT_APP_PORT || 80
6
7
const thingsReqOpts = (filterString) => ({
8
url: `http://${window.location.hostname}:${PORT}/api/v1/devices?filterString=${filterString}`,
0 commit comments