Update src/environments/environment.test.ts
All checks were successful
Docker Image CI / build-and-push (push) Successful in 1m27s
Docker Image CI / deploy (push) Successful in 31s

This commit is contained in:
2025-03-14 09:31:19 +00:00
parent 3c69cd2e20
commit e9b5ed967b

View File

@@ -1,7 +1,7 @@
import { version } from '../../package.json';
export const environment = {
baseApi: 'https://api-test.melvanveen.nl/api',
baseApi: 'https://api-paypoint-test.melvanveen.nl/',
production: false,
appVersion: version + '-SNAPSHOT'
};