Skip to content

Commit b51a902

Browse files
fix typo in check_origin prod
1 parent 504004b commit b51a902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/prod.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ url: [host: System.get_env("PHX_HOST") || "*.fileonchain.org", host: "*.fileonch
1616
check_origin: [
1717
"https://fileonchain.org",
1818
"https://*.fileonchain.org",
19-
"seashell-app-v9acv.ondigitalocean.app"
19+
"https://seashell-app-v9acv.ondigitalocean.app"
2020
]
2121

2222
# Configures Swoosh API Client

0 commit comments

Comments
 (0)