app.get("/*",(req,res,next)=>{
res.status(200).json({
message: `You just typed ${req.url}`,
text: `This is root URL right? if you are using context path based routing then plase keep it last (Listner priority order) 😀`
})
});
Content type
Image
Digest
sha256:4d2716c70…
Size
53 MB
Last updated
over 2 years ago
docker pull ankitjodhani/alb_root_api