mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
New material API endpoint URL
This is the new URL they have settled on. Contributes to issue CURA-8609.
This commit is contained in:
parent
125c80430b
commit
d5e3ed4c0e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class UploadMaterialsJob(Job):
|
|||
Job that uploads a set of materials to the Digital Factory.
|
||||
"""
|
||||
|
||||
UPLOAD_REQUEST_URL = f"{UltimakerCloudConstants.CuraDigitalFactoryURL}/materials/profile_upload"
|
||||
UPLOAD_REQUEST_URL = f"{UltimakerCloudConstants.CuraCloudAPIRoot}/connect/v1/materials/upload"
|
||||
|
||||
class Result(enum.IntEnum):
|
||||
SUCCCESS = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue