Skip to content

Commit

Permalink
updated order-service.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Botty committed Sep 25, 2024
1 parent ab0bc12 commit 63b0468
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .build/src/json/components/order-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"id" : "order-database",
"type" : "DATABASE",
"distanceFromUs" : "OWNED"
}, {
"id" : "notification-service",
"type" : "BACKEND",
"distanceFromUs" : "CLOSE",
"credentials" : [ "JWT" ],
"httpEndpoints" : [ {
"method" : "POST",
"path" : "/notifications/customer/{customerId}/order-confirmation"
} ]
}, {
"id" : "inventory-service",
"type" : "BACKEND",
Expand Down

0 comments on commit 63b0468

Please sign in to comment.