images: use new POST image/update

use POST image/update when updating an image.
master v0.3.3-4
OpenGnSys Support Team 2023-12-19 12:49:03 +01:00
parent 27f632e3ed
commit cf4af2a057
1 changed files with 1 additions and 1 deletions

View File

@ -225,4 +225,4 @@ class OgImage():
'code': str(fs_code),
'name': image_name}
rest.post('/image/create', payload=payload)
rest.post('/image/update', payload=payload)