mirror of
https://github.com/elyby/chrly.git
synced 2024-12-02 11:40:56 +05:30
Добавлено Ely property
This commit is contained in:
parent
39f5ec5bee
commit
3d73cc9402
@ -9,6 +9,6 @@ type SignedTexturesResponse struct {
|
|||||||
|
|
||||||
type Property struct {
|
type Property struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Signature string `json:"signature"`
|
Signature string `json:"signature,omitempty"`
|
||||||
Value string `json:"value"`
|
Value string `json:"value"`
|
||||||
}
|
}
|
||||||
|
@ -31,6 +31,10 @@ func SignedTextures(w http.ResponseWriter, r *http.Request) {
|
|||||||
Signature: rec.MojangSignature,
|
Signature: rec.MojangSignature,
|
||||||
Value: rec.MojangTextures,
|
Value: rec.MojangTextures,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "ely",
|
||||||
|
Value: "but why are you asking?",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user