Use correct package name in /v1/systeminfo
Change-Id: Id3bfec6fcaeab23c24eb646d93344ef35bc5ae54
This commit is contained in:
parent
c425165b8e
commit
07098d17ba
@ -40,6 +40,6 @@ class SystemInfoController(rest.RestController):
|
|||||||
curl https://my.example.org/api/v1/systeminfo
|
curl https://my.example.org/api/v1/systeminfo
|
||||||
|
|
||||||
"""
|
"""
|
||||||
sb_ver = VersionInfo('storyboard')
|
sb_ver = VersionInfo('storyboard-api')
|
||||||
|
|
||||||
return wmodels.SystemInfo(version=sb_ver.version_string())
|
return wmodels.SystemInfo(version=sb_ver.version_string())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user