We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8650df1 commit c9aefb6Copy full SHA for c9aefb6
worker/src/Endpoint/Repl.hs
@@ -48,8 +48,9 @@ import qualified Reporting.Render.Type.Localizer as L
48
49
allowedOrigins :: [String]
50
allowedOrigins =
51
- [ "https://elm-lang.org"
52
- , "https://guide.elm-lang.org"
+ [ "https://guide.elm-lang.org"
+ , "https://guide.elm-lang.jp"
53
+ , "http://localhost:8007"
54
]
55
56
0 commit comments