Skip to content

Commit

Permalink
chore(concept): #638 implement review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-crehm committed Feb 28, 2024
1 parent 2871031 commit efd6bf3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ autonumber "<B>[00]"
participant "Trace-X Frontend" as FE order 0
participant "Trace-X Backend" as BE order 1
participant "Trace-X Database" as DB order 2
participant "Trace-X EDC Client Library" as EDC order 3
participant "EDC" as EDC order 3

FE -> BE: POST api/contracts/request (limit, offset, sort, filter)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ autonumber "<B>[00]"
participant "Trace-X Frontend" as FE order 0
participant "Trace-X Backend" as BE order 1
participant "Trace-X Database" as DB order 2
participant "Trace-X EDC Client Library" as TXEDC order 3
participant "EDC" as TXEDC order 3

FE -> BE: GET api/contracts/{tx-assetId}

Expand Down

0 comments on commit efd6bf3

Please sign in to comment.