MicrosoftLearning/mslearn-ai-services

Incorrect Curl syntax

Closed this issue · 1 comments

In Lab 4, rest-test.sh has an incorrect curl syntax. It should be curl -X POST (as per lab guide), but is currently curl POST, which results in error: curl: (6) Could not resolve host: POST.

Fixed