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

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