Skip to content

Commit

Permalink
allow Japanese guide to use inline REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Oct 20, 2019
1 parent 8650df1 commit c9aefb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions worker/src/Endpoint/Repl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]


Expand Down

0 comments on commit c9aefb6

Please sign in to comment.