011 http routing

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

GET /users/42 -> 200: 42
GET /health -> 200: ok
POST /users -> 201: created
DELETE /users/1 -> 404: not found

Expected output

GET /users/42 -> 200: 42
GET /health -> 200: ok
POST /users -> 201: created
DELETE /users/1 -> 404: not found

Test Configuration

MUST_RUN