From f743c2d88d39209b7fc5bf5b01943bd95f3b7949 Mon Sep 17 00:00:00 2001 From: Aayush Kumar Sahu Date: Tue, 30 Apr 2024 01:35:46 +0530 Subject: [PATCH] update origin --- config/prod.exs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index a474785..cc3d459 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -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