+ /api
All checks were successful
Docker Image CI / build-and-push (push) Successful in 1m16s
Docker Image CI / deploy (push) Successful in 28s

This commit is contained in:
2025-03-14 09:46:18 +00:00
parent 6328502fca
commit 9173855aa6

View File

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