mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
parent
d43e3d4e47
commit
d0ea430f98
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ func NodeInfoV2Controller(w http.ResponseWriter, r *http.Request) {
|
||||||
res := response{
|
res := response{
|
||||||
Version: "2.0",
|
Version: "2.0",
|
||||||
Software: software{
|
Software: software{
|
||||||
Name: "Owncast",
|
Name: "owncast",
|
||||||
Version: config.VersionNumber,
|
Version: config.VersionNumber,
|
||||||
},
|
},
|
||||||
Usage: usage{
|
Usage: usage{
|
||||||
|
|
Loading…
Reference in a new issue