Use local URLs etc
This commit is contained in:
@@ -16,9 +16,7 @@ url : List String -> String
|
||||
url paths =
|
||||
-- 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"
|
||||
("api" :: paths)
|
||||
[]
|
||||
Url.Builder.relative ("api" :: paths) []
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user