Added KDU Level exection in UI
[osm/NG-UI.git] / src / services / RestService.ts
index 464cc0f..708d91b 100644 (file)
@@ -127,6 +127,7 @@ export class RestService {
             return this.http.delete(getRequest.url, getRequest.httpOptions);
         }
     }
+
     /**
      * Handle Error response based on the status.
      * @param error The error response reecieved from API call.