Skip to content

Commit

Permalink
Made the port 8000 to match the other servers
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmoritz committed Jun 20, 2012
1 parent 2480ee2 commit 5ef510d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion competition/cljwsdemo/src/cljwsdemo/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
(defn -main
"Starts the websocket server"
[& args]
(start-http-server ws-handler {:port 8080 :websocket true}))
(start-http-server ws-handler {:port 8000 :websocket true}))

0 comments on commit 5ef510d

Please sign in to comment.