Skip to content

Commit 4a74402

Browse files
Merge pull request #2963 from Zhayr1/patch-1
Update terminus.md
2 parents a68b7c8 + 93f488b commit 4a74402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/terminus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export class HealthController {
238238
}
239239
```
240240

241-
If your database is reachable, you should now see the following JSON-result when requesting `http://localhost:3000` with a `GET` request:
241+
If your database is reachable, you should now see the following JSON-result when requesting `http://localhost:3000/health` with a `GET` request:
242242

243243
```json
244244
{

0 commit comments

Comments
 (0)