Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
fix prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 11, 2019
1 parent 332c262 commit e37c6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: true,
endpoint: 'http://localhost:4567/',
websocket: 'ws://localhost:4567/poll'
endpoint: 'https://simplevote.tk/',
websocket: 'wss://simplevote.tk/poll'
};

0 comments on commit e37c6c9

Please sign in to comment.