mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
SelfService: add api-version
This commit is contained in:
parent
062bc717fc
commit
0fa784e0a9
@ -27,6 +27,11 @@ class SelfServiceController extends ActionController
|
||||
{
|
||||
}
|
||||
|
||||
public function apiVersionAction()
|
||||
{
|
||||
$this->sendPowerShellResponse('1.4.0');
|
||||
}
|
||||
|
||||
public function registerHostAction()
|
||||
{
|
||||
$request = $this->getRequest();
|
||||
|
Loading…
x
Reference in New Issue
Block a user