layout changes, result list, fixed prod build

This commit is contained in:
lotte
2019-07-09 12:11:04 +02:00
parent 5c39d3c8d1
commit f420cca78c
13 changed files with 84 additions and 91 deletions

View File

@@ -97,7 +97,6 @@ import { EndpointMockingRestService } from './dspace-rest-v2/endpoint-mocking-re
import { ENV_CONFIG, GLOBAL_CONFIG, GlobalConfig } from '../../config';
export const restServiceFactory = (cfg: GlobalConfig, mocks: MockResponseMap, http: HttpClient) => {
console.log('REST SERVICE FACTORY');
if (ENV_CONFIG.production) {
return new DSpaceRESTv2Service(http);
} else {