fix(Socket): advertise ssl
All checks were successful
Build the Docker Image / docker (push) Successful in 4m50s
All checks were successful
Build the Docker Image / docker (push) Successful in 4m50s
This commit is contained in:
parent
abcf72b07f
commit
f080478a2c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ public class CosmeticSocket implements SocketHandler, ListenerAdapter {
|
|||
.set("name", name)
|
||||
.set("delay", cosmetic.contains("delay") ? cosmetic.getInt("delay") : 30)
|
||||
.set("frames", cosmetic.contains("frames") ? cosmetic.getStringList("frames").size() : 1)
|
||||
.set("url", "http://cosmetic.airclient.pauljako.de/v1/cosmetic/assets/" + type + "/" + name + "/frame_" + id)
|
||||
.set("url", "https://cosmetic.airclient.pauljako.de/v1/cosmetic/assets/" + type + "/" + name + "/frame_" + id)
|
||||
.getObject();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue