Skip to content

Commit 3d19705

Browse files
committed
Update to new endpoint name
1 parent 3ab3529 commit 3d19705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
_ID_STORE = "_pages_store"
125125
_ID_DUMMY = "_pages_dummy"
126126

127-
DASH_VERSION_URL = "https://dash-version.plotly.com:8080/sample"
127+
DASH_VERSION_URL = "https://dash-version.plotly.com:8080/current_version"
128128

129129
# Handles the case in a newly cloned environment where the components are not yet generated.
130130
try:

0 commit comments

Comments
 (0)