From 5a6235ce6d4360133f4919d816ad953f42c68df9 Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Tue, 30 Jan 2024 17:48:05 +0000 Subject: [PATCH] style: run formatter --- config/dev.exs | 2 +- config/prod.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dev.exs b/config/dev.exs index 72b107519..90c83c2b6 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -34,7 +34,7 @@ config :safira, SafiraWeb.Endpoint, config :cors_plug, origin: [ - "http://localhost:3000", + "http://localhost:3000" ] # ## SSL Support diff --git a/config/prod.exs b/config/prod.exs index c05edeebc..aa77d3c3b 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -77,7 +77,7 @@ config :cors_plug, origin: [ "https://seium.org", "https://seium-stg.netlify.app", - "https://lazuli-stg.netlify.app", + "https://lazuli-stg.netlify.app" ] # Finally import the config/prod.secret.exs