Skip to content

Commit c9aefb6

Browse files
committed
allow Japanese guide to use inline REPL
1 parent 8650df1 commit c9aefb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

worker/src/Endpoint/Repl.hs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ import qualified Reporting.Render.Type.Localizer as L
4848

4949
allowedOrigins :: [String]
5050
allowedOrigins =
51-
[ "https://elm-lang.org"
52-
, "https://guide.elm-lang.org"
51+
[ "https://guide.elm-lang.org"
52+
, "https://guide.elm-lang.jp"
53+
, "http://localhost:8007"
5354
]
5455

5556

0 commit comments

Comments
 (0)