Skip to content

Commit

Permalink
Change port from 8080 to 80 to correspond with EC2 instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailmustafa committed Jan 25, 2016
1 parent 8db178f commit 8a04988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api.hs
Expand Up @@ -29,7 +29,7 @@ type API = "bridges" :> QueryParam "latitude" Double
:> Get '[JSON] [Station]

startApp :: IO ()
startApp = run 8080 app
startApp = run 80 app

app :: Application
app = serve api server
Expand Down

0 comments on commit 8a04988

Please sign in to comment.