changed travis/docker setup

This commit is contained in:
lotte
2020-03-19 10:48:53 +01:00
parent c870b3d02c
commit 02c67f4ec0
29 changed files with 151 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
import { of as observableOf } from 'rxjs';
export class HalEndpointServiceStub {
export class HALEndpointServiceStub {
constructor(private url: string) {};
getEndpoint(path: string) {