One more file for the refactor on endpoint for Project

This commit is contained in:
Diamantis Tziotzios 2019-01-31 12:16:09 +02:00
parent 0552870362
commit 5d514d6610
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { HttpHeaders } from '@angular/common/http';
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs';
import { environment } from '../../../../environments/environment';
import { ContentFile } from '../../model/project/project';
import { ContentFile } from '../../model/project/project-listing';
import { BaseHttpService } from '../http/base-http.service';
@Injectable()