Skip to content

Commit 93f488b

Browse files
authored
Update terminus.md
TypeORM health check url updated to have the correct value
1 parent a68b7c8 commit 93f488b

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)