Преглед на файлове

Update speech_local.php

FusionPBX преди 1 месец
родител
ревизия
77554839c0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      resources/classes/speech_local.php

+ 1 - 1
resources/classes/speech_local.php

@@ -26,7 +26,7 @@ class speech_local implements speech_interface {
 	public function __construct($settings) {
 
 		//build the setting object and get the recording path
-		$this->api_url = $settings->get('speech', 'api_url', 'https://localhost:8001/speech');
+		$this->api_url = $settings->get('speech', 'api_url', 'http://localhost:8001/speech');
 
 	}