Skip to content

Commit

Permalink
Merge pull request #60 from Recruitee/mount-path-socket
Browse files Browse the repository at this point in the history
Use MOUNT_PATH in socket.js
  • Loading branch information
edgurgel authored Sep 3, 2017
2 parents 25bc6ee + 1be8580 commit db45c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/js/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Rickshaw from "rickshaw"

class App {
static init(){
let socket = new Socket("/socket")
let socket = new Socket(MOUNT_PATH + "/socket")

let graph = new Rickshaw.Graph({
element: document.querySelector("#graph"),
Expand Down

0 comments on commit db45c6a

Please sign in to comment.