Skip to content

Commit 8073485

Browse files
authored
Fix issue: #18555 and #18556 (#18595)
* fix spelling * fix validator * fix issue: #18555 * fix issue: #18556
1 parent ccf0d7a commit 8073485

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

tutorials/basic-nodejs-application-create/basic-nodejs-application-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Where:
105105
- `PATH` is a path on the server.
106106
- `HANDLER` is the function executed when the route is matched.
107107

108-
Add basic logic into the default get endpoint with the following code snippets:
108+
Add basic logic into the default get endpoint. To make the necessary changes you should navigate to `kyma-multitenant-node/routes/index.js` and add the logic with the following code snippets:
109109

110110
```javascript
111111
/**

tutorials/deploy-nodejs-application-kyma/deploy-nodejs-application-kyma.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ For example:
3434
[ACCORDION-END]
3535

3636
[ACCORDION-BEGIN [Step 2: ](Determine Kyma Cluster Domain)]
37-
In your Kyma dashboard, find the full Kyma cluster domain in the downloaded `kubeconfig.yml` file or in the URL of the Kyma dashboard.
38-
39-
For example:
40-
41-
![image-20211214133533870](image-20211214133533870.png)
37+
Find the full Kyma cluster domain in the downloaded `kubeconfig.yml` file. For example: `e6803e4.kyma.shoot.live.k8s-hana.ondemand.com`.
4238

4339

4440
[DONE]

0 commit comments

Comments
 (0)