Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Mar 14, 2024
1 parent fbbb74b commit 766e233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/schematic/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ You could open your browser here:
```
https://localhost:7443/api/v1/ui/
```
Note: When the OpenAPI description has changed, regenerate the REST API with nx run schematic-api:generate
Note: When the OpenAPI description has changed, regenerate the REST API with nx run schematic-api:generate. Also, `dhparam.pem` was generated by using command: `RUN openssl dhparam -out dhparam.pem 4096`. If there's an issue with the `dhparam.pem` in the future, please re run the command.

0 comments on commit 766e233

Please sign in to comment.