Skip to content

Commit 7fa6885

Browse files
committed
Added the app version to the config response.
1 parent aada796 commit 7fa6885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/ApiConfigController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ public function __construct(ConfigService $configService)
2222

2323
public function getList()
2424
{
25-
return new JsonModel($this->configService->getLanguage());
25+
return new JsonModel(array_merge($this->configService->getAppVersion(), $this->configService->getLanguage()));
2626
}
2727
}

0 commit comments

Comments
 (0)