Skip to content

Commit

Permalink
use / instead of localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinum committed Dec 23, 2018
1 parent 71a255b commit 90e7abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-pos/src/js/constants/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const HOST = "http://localhost:8001";
export const HOST = "";

export const SOCKET_HOST = "http://localhost:8001";
export const SOCKET_HOST = "/";

0 comments on commit 90e7abd

Please sign in to comment.