added public-private keys for all docker containers

This commit is contained in:
2023-12-15 03:42:06 +00:00
parent 2b6c7a5963
commit 2704caa5e4
3 changed files with 180 additions and 168 deletions

View File

@@ -127,7 +127,6 @@ func Server() (*gin.Engine, error) {
if err != nil {
c.String(http.StatusInternalServerError, fmt.Sprintf("error: %s", err))
}
fmt.Println(resp)
}
c.JSON(http.StatusOK, resp)