Fix dl issue
All checks were successful
ci / Image build (push) Successful in 2m8s
ci / Deployment (push) Successful in 5s

This commit is contained in:
Joris Bertomeu
2025-08-26 20:20:54 +02:00
parent c05981713e
commit c7fc5e9702

View File

@@ -1,4 +1,4 @@
export const environment = {
//serviceEndpoint: '/api'
serviceEndpoint: 'http://192.168.1.230:6080/api'
serviceEndpoint: '/api'
//serviceEndpoint: 'http://192.168.1.230:6080/api'
};