Skip to content

Commit e120d5f

Browse files
Update backend API
1 parent ba671bc commit e120d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
app.secret_key = os.getenv("FLASK_SECRET_KEY", secrets.token_hex(32))
2929

3030
# Backend API configuration
31-
BACKEND_API_URL = os.getenv("BACKEND_API_URL", "https://plex-like.satrawi.cc")
31+
BACKEND_API_URL = os.getenv("BACKEND_API_URL", "https://plex-like.satrawi.com")
3232

3333
# Plex config from environment
3434
PLEX_URL = os.getenv("PLEX_URL")

0 commit comments

Comments
 (0)