fixed voice call history not opening
This commit is contained in:
@@ -24,7 +24,7 @@ class VoiceCallHistoryController extends mfBaseController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected function indexAction(): void {
|
protected function indexAction(): void {
|
||||||
Helper::renderVue($this, "Voice Call History", $this->mod, ["VOICE_CALL_HISTORY_API_URL" => $this->getUrl("VoiceCallHistory", "api")]);
|
Helper::renderVue($this, "VoiceCallHistory", $this->mod, ["VOICE_CALL_HISTORY_API_URL" => $this->getUrl("VoiceCallHistory", "api")]);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function apiAction() {
|
protected function apiAction() {
|
||||||
|
|||||||
Reference in New Issue
Block a user