We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9f78b commit 846a708Copy full SHA for 846a708
docs/workshop.md
@@ -415,6 +415,13 @@ You can now run debug for the catalog-api by selecting **Run and Debug** in the
415
416

417
418
+**If you get an exeception about HTTPS, please run the command in the terminal**
419
+
420
+```bash
421
+cd src/catalog-api
422
+dotnet dev-certs https
423
+```
424
425
Depending on the environment you are using :
426
- Devcontainer :
427
- Once the API is running, browse for the url: http://localhost:5076/products and you should see the list of products.
0 commit comments