links.service.ts hat auf relative URL
This commit is contained in:
@@ -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 = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user