added function to add tracked container

This commit is contained in:
2021-07-18 10:06:14 +04:00
parent 92cd9fe1ab
commit 726292a77d
7 changed files with 133 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ func Server() error{
c.JSON(http.StatusOK, resp)
})
// Port running on
//Port running on
err := r.Run(":8088")
if err != nil {
return err