produzione 1 #9

Merged
JoeKung merged 135 commits from dev into main 2026-03-03 09:58:04 +01:00
Showing only changes of commit e17da96c22 - Show all commits

View File

@@ -1,5 +1,5 @@
export const environment = { export const environment = {
production: true, production: true,
apiUrl: 'https://3d-fab.ch', apiUrl: '',
basicAuth: '' basicAuth: ''
}; };