Use localhost over 0.0.0.0

This commit is contained in:
Richard Feldman
2018-05-01 21:49:12 -04:00
parent ed22cf2531
commit 975a010c1f
4 changed files with 4 additions and 4 deletions

View File

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