Google Home API location fix

This commit is contained in:
JonatanRek 2020-04-29 19:28:33 +02:00
parent a1cfb21a81
commit 56891bda09
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
class GoogleHome { class GoogleHomeApi {
function response() function response()
{ {
header('Content-Type: application/json'); header('Content-Type: application/json');
@ -16,4 +16,4 @@ class GoogleHome {
}'; }';
} }
} }