Skip to content

Commit 96c7673

Browse files
committed
BACKEND_URL = os.getenv("BACKEND_URL")
1 parent 20f4994 commit 96c7673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
login_manager.init_app(app)
1414
login_manager.login_view = 'login'
1515

16-
BACKEND_URL = os.getenv("BACKEND_URL", "http://localhost:8000")
16+
BACKEND_URL = os.getenv("BACKEND_URL")
1717

1818
class User(UserMixin):
1919
def __init__(self, user_id):

0 commit comments

Comments
 (0)