Um den CORS-Fehler in der LinksComponent behoben,
This commit is contained in:
@@ -11,7 +11,7 @@ import * as _ from 'lodash';
|
||||
export class LinksService {
|
||||
|
||||
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';
|
||||
|
||||
httpOptions = {
|
||||
|
||||
Reference in New Issue
Block a user