Fix elm-live instructions.

This commit is contained in:
Richard Feldman
2018-05-04 20:53:24 -04:00
parent 9054122539
commit b21108bcad
106 changed files with 30 additions and 12 deletions

View File

@@ -32,9 +32,9 @@ viewBanner =
-}
div [ class "banner" ]
[ div [ class "container" ]
[]
[ text "hi" ]
]
viewFeed =
div [ class "feed-toggle" ] [ text "(Well display some articles here later.)" ]
div [ class "feed-toggle" ] [ text "(Well display some articles here later!!!!)" ]

View File

@@ -3,4 +3,4 @@ module Request.Helpers exposing (apiUrl)
apiUrl : String -> String
apiUrl str =
"http://localhost:3000/api" ++ str
"/api" ++ str