update production url

This commit is contained in:
2024-10-05 01:00:47 +02:00
parent 8889e95c2b
commit d6985f3885
@@ -1,4 +1,4 @@
export const environment = { export const environment = {
production: true, production: true,
apiUrl : 'https://buntspecht.champonthis.de/api' apiUrl : 'https://buntspecht.lh8.de/api'
}; };