Skip to content

Commit

Permalink
Point to local instance of RealWorld API
Browse files Browse the repository at this point in the history
  • Loading branch information
dnk8n committed Apr 30, 2019
1 parent 17a3398 commit ac8d039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Endpoint.elm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ url : List String -> List QueryParameter -> Endpoint
url paths queryParams =
-- NOTE: Url.Builder takes care of percent-encoding special URL characters.
-- See https://package.elm-lang.org/packages/elm/url/latest/Url#percentEncode
Url.Builder.crossOrigin "https://conduit.productionready.io"
Url.Builder.crossOrigin "http://localhost:8000"
("api" :: paths)
queryParams
|> Endpoint
Expand Down

0 comments on commit ac8d039

Please sign in to comment.