Um den CORS-Fehler in der LinksComponent behoben,
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user