Fix e aggiunte immagini trasformate

main-old
Antonio De Lucreziis 4 years ago
parent aa21c64880
commit 1510163d7b

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

@ -27,7 +27,7 @@ func NewAuthenticationService(url string) (*AuthenticationService, error) {
status, _ := ioutil.ReadAll(res.Body)
if string(status) != "online" {
log.Fatal("Authentication service isn't online, status: '%s'", status)
log.Fatalf("Authentication service isn't online, status: '%s'", status)
}
return service, nil

Loading…
Cancel
Save