Skip to content

Commit

Permalink
Issue 557: Added back missing get nodes route
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Phelps <naphelps@us.ibm.com>
  • Loading branch information
naphelps committed Feb 18, 2022
1 parent c43175c commit 25718d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/com/horizon/exchangeapi/NodesRoutes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,8 @@ trait NodesRoutes extends JacksonSupport with AuthenticationSupport {
nodePutPolicyRoute ~
nodePutStatusRoute ~
nodePutRoute ~
nodesGetDetails
nodesGetDetails ~
nodesGetRoute


// ====== GET /orgs/{orgid}/nodes ================================
Expand Down

0 comments on commit 25718d4

Please sign in to comment.