Skip to content

Commit ba24067

Browse files
committed
changing react default port
Signed-off-by: Kevin Olotu <[email protected]>
1 parent 01ed344 commit ba24067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vorto-dashboard/src/util/DataPoller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const request = require('request-promise-native')
22
const log = require('loglevel')
33
log.setLevel(process.env.REACT_APP_LOG_LEVEL || 'error')
44

5-
const PORT = process.env.REACT_APP_PORT || 8080
5+
const PORT = process.env.REACT_APP_PORT || 80
66

77
const thingsReqOpts = (filterString) => ({
88
url: `http://${window.location.hostname}:${PORT}/api/v1/devices?filterString=${filterString}`,

0 commit comments

Comments
 (0)