fix(web): enrivoments
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 1m18s
Build, Test and Deploy / build-and-push (push) Successful in 26s
Build, Test and Deploy / deploy (push) Successful in 7s

This commit is contained in:
2026-02-12 12:19:59 +01:00
parent 3e9745c7cc
commit e17da96c22

View File

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