Skip to content

Commit 0916a4d

Browse files
print the render var to determine why it's not added to cors
1 parent 0539815 commit 0916a4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

start.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
if render_url:
1818
allowed_origins.append(render_url)
19+
print(render_url)
20+
1921

2022
session = init_postgres()
2123
app = Flask(__name__)

0 commit comments

Comments
 (0)