Use localhost over 0.0.0.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user