https
All checks were successful
ci / build (push) Successful in 1m33s

This commit is contained in:
miwr 2025-04-16 10:04:58 +02:00
parent 5407c66475
commit 2c2737358a

View file

@ -1,4 +1,4 @@
export const environment = { export const environment = {
production: true, production: true,
apiBaseUrl: 'http://silly-game-backend-service.silly-game.svc.cluster.local/game/jump' apiBaseUrl: 'https://silly-game-backend-service.silly-game.svc.cluster.local/game/jump'
}; };