Skip to content

Commit

Permalink
Fix issue #45
Browse files Browse the repository at this point in the history
  • Loading branch information
hung-phan committed Dec 21, 2017
1 parent 93d0251 commit ad070db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/scala/workbench/WorkbenchClient.scala
Expand Up @@ -35,7 +35,7 @@ object WorkbenchClient extends Api {
@JSExport
def main(host: String, port: Int): Unit = {
def rec(): Unit = {
Ajax.post(s"/notifications").onComplete {
Ajax.post(s"http://$host:$port/notifications").onComplete {
case util.Success(data) =>
if (!success) println("Workbench connected")
success = true
Expand Down

0 comments on commit ad070db

Please sign in to comment.