File tree Expand file tree Collapse file tree
examples/beginner/03-node-hello Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ docker rm node-hello
9494
9595## 📡 API Endpoints
9696
97- | Endpoint | Description | Response |
97+ | < sub > Endpoint</ sub > | < sub > Description</ sub > | < sub > Response</ sub > |
9898| ----------| -------------| ----------|
99- | ` GET / ` | Main application endpoint | System info and greeting |
100- | ` GET /health ` | Health check endpoint | Application health status |
101- | ` GET /info ` | Application information | Detailed app and system info |
99+ | < sub > ` GET / ` </ sub > | < sub > Main application endpoint</ sub > | < sub > System info and greeting</ sub > |
100+ | < sub > ` GET /health ` </ sub > | < sub > Health check endpoint</ sub > | < sub > Application health status</ sub > |
101+ | < sub > ` GET /info ` </ sub > | < sub > Application information</ sub > | < sub > Detailed app and system info</ sub > |
102102
103103## 🔍 Example Responses
104104
@@ -200,4 +200,4 @@ docker logs -t node-hello
200200- [ Node.js Docker Best Practices] ( https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md )
201201- [ Express.js Documentation] ( https://expressjs.com/ )
202202- [ Docker Health Check Reference] ( https://docs.docker.com/engine/reference/builder/#healthcheck )
203- - [ Alpine Linux Security] ( https://wiki.alpinelinux.org/wiki/Alpine_Linux:Security )
203+ - [ Alpine Linux Security] ( https://wiki.alpinelinux.org/wiki/Alpine_Linux:Security )
You can’t perform that action at this time.
0 commit comments