Fix elm-live instructions.
This commit is contained in:
@@ -32,9 +32,9 @@ viewBanner =
|
||||
-}
|
||||
div [ class "banner" ]
|
||||
[ div [ class "container" ]
|
||||
[]
|
||||
[ text "hi" ]
|
||||
]
|
||||
|
||||
|
||||
viewFeed =
|
||||
div [ class "feed-toggle" ] [ text "(We’ll display some articles here later.)" ]
|
||||
div [ class "feed-toggle" ] [ text "(We’ll display some articles here later!!!!)" ]
|
||||
|
||||
@@ -3,4 +3,4 @@ module Request.Helpers exposing (apiUrl)
|
||||
|
||||
apiUrl : String -> String
|
||||
apiUrl str =
|
||||
"http://localhost:3000/api" ++ str
|
||||
"/api" ++ str
|
||||
|
||||
Reference in New Issue
Block a user