Skip to content
Snippets Groups Projects
Commit 5b47bc0f authored by Heinrich Marks's avatar Heinrich Marks :hibiscus:
Browse files

Resolve discussion

parent ee3c4e66
No related merge requests found
...@@ -10,9 +10,8 @@ const httpOptions = { ...@@ -10,9 +10,8 @@ const httpOptions = {
@Injectable() @Injectable()
export class ContentService extends ErrorHandlingService { export class ContentService extends ErrorHandlingService {
private contentUrl = 'api/contents'; private contentUrl = 'api/contents';
constructor(private http: HttpClient) { constructor(private http: HttpClient) {
super(); super();
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment