Skip to content

Commit

Permalink
🔓 Remove secure URL from tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
psbrandt authored May 6, 2019
1 parent fcf8529 commit d8e9188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Run the application:
npm start
```

Now go to `https://localhost:3003`. You should get the following message:
Now go to `http://localhost:3003`. You should get the following message:

```
PHI 533 CDS Hook Running!
Expand All @@ -91,11 +91,11 @@ Nice! Your **Service** is up and running!
## Exercise 3 - Add your CDS Service to the Sandbox

Now that we have a **CDS Service** that's available on the web, we need to tell the **Sandbox** about it.
1. Your **CDS Service** endpoint provides a list of CDS Services when accessed with the following path: `https://localhost:3003/cds-services`. Go to this url in your browser to see what it returns.
1. Your **CDS Service** endpoint provides a list of CDS Services when accessed with the following path: `http://localhost:3003/cds-services`. Go to this url in your browser to see what it returns.

2. Click on the `CDS Services` button in the top menu, and choose `Add CDS Service` from the dropdown

3. Fill out the `Discover Endpoint URL:` textbox with your **Service** endpoint: `https://localhost:3003/cds-services`.
3. Fill out the `Discover Endpoint URL:` textbox with your **Service** endpoint: `http://localhost:3003/cds-services`.

4. Click the `Save` button. After a small pause, you should get the following message: `Success: Configured CDS Service(s) found at the discovery endpoint.`

Expand Down

0 comments on commit d8e9188

Please sign in to comment.