Files
print-calculator/frontend/src/environments/environment.ts
Joe Küng 85d7315e30
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
feat(web) back-end routing
2026-01-31 17:41:47 +01:00

5 lines
87 B
TypeScript

export const environment = {
production: false,
apiUrl: 'http://localhost:8000'
};