links.service.ts hat auf relative URL

This commit is contained in:
2026-06-25 06:54:39 +02:00
parent b60dc66280
commit 3d7c66566f
+2 -1
View File
@@ -8,7 +8,8 @@ import { LinksResponse } from './links'; // ← Import ergänzen
}) })
export class LinksService { export class LinksService {
private apiUrl = 'http://directus.neugasse.lan/items/landingpage'; // private apiUrl = 'http://directus.neugasse.lan/items/landingpage';
private apiUrl = '/api/items/landingpage';
httpOptions = {}; httpOptions = {};