We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aada796 commit 7fa6885Copy full SHA for 7fa6885
src/Controller/ApiConfigController.php
@@ -22,6 +22,6 @@ public function __construct(ConfigService $configService)
22
23
public function getList()
24
{
25
- return new JsonModel($this->configService->getLanguage());
+ return new JsonModel(array_merge($this->configService->getAppVersion(), $this->configService->getLanguage()));
26
}
27
0 commit comments