summaryrefslogtreecommitdiffstats
path: root/cds-ui/server/src/services/blueprint.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/server/src/services/blueprint.service.ts')
-rw-r--r--cds-ui/server/src/services/blueprint.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/server/src/services/blueprint.service.ts b/cds-ui/server/src/services/blueprint.service.ts
index f48253652..970b2afda 100644
--- a/cds-ui/server/src/services/blueprint.service.ts
+++ b/cds-ui/server/src/services/blueprint.service.ts
@@ -3,7 +3,7 @@ import {inject, Provider} from '@loopback/core';
import {BlueprintDataSource} from '../datasources';
export interface BlueprintService {
- getAllblueprints(authtoken: string): Promise<any>;
+ getAllblueprints(): Promise<any>;
}
export class BlueprintServiceProvider implements Provider<BlueprintService> {