isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

Fix/ggs create images #899

Closed alexanderleegs closed 1 year ago

alexanderleegs commented 1 year ago

Problem

This PR introduces a fix for image creation functionality for ggs, which was previous not working due to incorrect encoding. The create method in GitFileSystemService has been extended to take an encoding as an argument, which allows the correct specification of base64 to be used for media files.