diff --git a/worker/src/Endpoint/Repl.hs b/worker/src/Endpoint/Repl.hs index ff8026bc8..f77e60979 100644 --- a/worker/src/Endpoint/Repl.hs +++ b/worker/src/Endpoint/Repl.hs @@ -48,8 +48,9 @@ import qualified Reporting.Render.Type.Localizer as L allowedOrigins :: [String] allowedOrigins = - [ "https://elm-lang.org" - , "https://guide.elm-lang.org" + [ "https://guide.elm-lang.org" + , "https://guide.elm-lang.jp" + , "http://localhost:8007" ]