update url

This commit is contained in:
2024-10-06 18:26:37 +02:00
parent 0b977603da
commit 59fcb493b8
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "buntspecht-web", "name": "buntspecht-web",
"version": "0.4.0", "version": "0.4.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "buntspecht-web", "name": "buntspecht-web",
"version": "0.4.0", "version": "0.4.1",
"license": "AGPL3", "license": "AGPL3",
"dependencies": { "dependencies": {
"@angular/animations": "^18.2.7", "@angular/animations": "^18.2.7",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "buntspecht-web", "name": "buntspecht-web",
"version": "0.4.0", "version": "0.4.1",
"license": "AGPL3", "license": "AGPL3",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
@@ -1,4 +1,4 @@
export const environment = { export const environment = {
production: true, production: true,
apiUrl : 'https://buntspecht.lh8.de/api' apiUrl : 'https://buntspecht.8lh.de/api'
}; };