Um den CORS-Fehler in der LinksComponent behoben,

This commit is contained in:
2025-09-17 11:15:14 +02:00
parent a0fcb09424
commit d34553ffe6
+1 -1
View File
@@ -11,7 +11,7 @@ import * as _ from 'lodash';
export class LinksService { export class LinksService {
constructor(private http: HttpClient) { } constructor(private http: HttpClient) { }
private apiUrl = 'http://10.0.0.104:8055/items/landingpage'; private apiUrl = 'http://directus.neugasse.lan/items/landingpage';
public apiKey = 'KGjpxZ3tesmhEXHS7C7JbKDyW6YJlgQT'; public apiKey = 'KGjpxZ3tesmhEXHS7C7JbKDyW6YJlgQT';
httpOptions = { httpOptions = {