Skip to content

Commit

Permalink
style: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Jan 30, 2024
1 parent b9719d5 commit 5a6235c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ config :safira, SafiraWeb.Endpoint,

config :cors_plug,
origin: [
"http://localhost:3000",
"http://localhost:3000"
]

# ## SSL Support
Expand Down
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a6235c

Please sign in to comment.