Target correct cloud API version

This commit is contained in:
ChrisTerBeke 2018-11-19 20:27:38 +01:00
parent 69ca7c0f89
commit 115936c46b
No known key found for this signature in database
GPG key ID: A49F1AB9D7E0C263

View file

@ -29,7 +29,7 @@ class CloudOutputDevice(NetworkedPrinterOutputDevice):
I18N_CATALOG = i18nCatalog("cura")
# The cloud URL to use for remote clusters.
API_ROOT_PATH_FORMAT = "https://api.ultimaker.com/connect/clusters/{cluster_id}"
API_ROOT_PATH_FORMAT = "https://api.ultimaker.com/connect/v1/clusters/{cluster_id}"
# Signal triggered when the printers in the remote cluster were changed.
printersChanged = pyqtSignal()