Skip to content

Commit

Permalink
Fix --default-ports boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsnew committed Aug 23, 2014
1 parent 6f448aa commit 08fb39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/boilerplate.elm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

-- IO boilerplate
port requests : Signal Json.Value
port requests : Signal Request
port requests = Run.run responses console

port responses : Signal (Maybe String)
port responses : Signal Response

0 comments on commit 08fb39d

Please sign in to comment.