SelfService: add api-version

This commit is contained in:
Thomas Gelf 2017-07-06 17:55:17 +02:00
parent 062bc717fc
commit 0fa784e0a9

View File

@ -27,6 +27,11 @@ class SelfServiceController extends ActionController
{
}
public function apiVersionAction()
{
$this->sendPowerShellResponse('1.4.0');
}
public function registerHostAction()
{
$request = $this->getRequest();