Commit eee520c3 authored by Kulya's avatar Kulya 😊

Un Ignore Console Rest

parent d1d72ed7
...@@ -24,6 +24,7 @@ vendor/alovoice/src/settings.json ...@@ -24,6 +24,7 @@ vendor/alovoice/src/settings.json
/*.wav /*.wav
/*.flac /*.flac
!index.php !index.php
!consolerest.php
!bx.php !bx.php
!command.php !command.php
!listener.php !listener.php
......
<?php require __DIR__ . '/vendor/autoload.php';
global $ALVC;
$ALVC = new AloVoice\AloVoiceConnector();
$ALVC->consolerest();
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment