Skip to content

Commit

Permalink
update origin
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushmau5 committed Apr 29, 2024
1 parent cdba3a5 commit f743c2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import Config
# which you should run after static files are built and
# before starting your production server.
config :battleship, BattleshipWeb.Endpoint,
cache_static_manifest: "priv/static/cache_manifest.json"
cache_static_manifest: "priv/static/cache_manifest.json",
check_origin: [
"https://battleship.aayushsahu.com"
]

# Do not print debug messages in production
config :logger, level: :info
Expand Down

0 comments on commit f743c2d

Please sign in to comment.