Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/shadow-meta…
Browse files Browse the repository at this point in the history
…data
  • Loading branch information
1azyman committed May 26, 2023
2 parents d822a48 + a2ce1ec commit 5d1933e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,11 @@ private PrismObject<? extends ObjectType> getCurrentNodeObject(Collection<Select
}
}

@GetMapping("/self/")
public ResponseEntity<?> getSelfAlt() {
return getSelf();
}

@GetMapping("/self")
public ResponseEntity<?> getSelf() {
logger.debug("model rest service for get operation start");
Expand Down

0 comments on commit 5d1933e

Please sign in to comment.