Renaming Files having BluePrint to have Blueprint
[ccsdk/cds.git] / cds-ui / server / src / services / blueprint.service.ts
index a017e6e..4333011 100644 (file)
@@ -3,8 +3,8 @@ import { inject, Provider } from '@loopback/core';
 import { BlueprintDataSource } from '../datasources';
 
 export interface BlueprintService {
-  getOneBluePrint(id: string): any;
-  deleteBluePrint(id: string): any;
+  getOneBlueprint(id: string): any;
+  deleteBlueprint(id: string): any;
   getAllblueprints(): Promise<any>;
   getBlueprintsByKeyword(keyword: string): Promise<any>;
   getByTags(tags: string): Promise<JSON>;