feat(web) back-end routing
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 15s
Build, Test and Deploy / build-and-push (push) Successful in 26s
Build, Test and Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-01-31 17:41:47 +01:00
parent 179ba2b85c
commit 85d7315e30
6 changed files with 28 additions and 4 deletions

View File

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