Finish image converter

This commit is contained in:
Myx
2024-10-13 19:55:35 +02:00
parent f38861c80c
commit ba5b8c81b3
27 changed files with 483 additions and 114 deletions

View File

@@ -0,0 +1,4 @@
export const environment = {
production: false,
uploadServiceBaseUrl: 'http://localhost:1337'
};