Skip to content

Commit

Permalink
CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofir Dagan committed Jan 15, 2024
1 parent 344403a commit 9c069e4
Show file tree
Hide file tree
Showing 14 changed files with 303 additions and 48 deletions.
2 changes: 1 addition & 1 deletion api/customer-server.api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ components:
description: Original message payload
TxType:
type: string
enum: [EXTERNAL_KEY_PROOF_OF_OWNERSHIP, TX]
enum: [EXTERNAL_KEY_PROOF_OF_OWNERSHIP, EXTERNAL_KEY_SIGNING_REQUEST]
example: EXTERNAL_KEY_PROOF_OF_OWNERSHIP
Algorithm:
description: algorithm to sign with
Expand Down
3 changes: 2 additions & 1 deletion examples/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ RUN npm install \
USER root

EXPOSE 5000
CMD npm start
# CMD npm run start
CMD npm run start:dev
Loading

0 comments on commit 9c069e4

Please sign in to comment.