Skip to content

Bpazy/ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ping

Build Docker

If you type the following code:

curl http://localhost:8080/ping

The response you will get:

{
  "addr": [
    "192.168.31.10",
    "192.168.194.10"
  ],
  "message": "pong"
}