Google Home API location fix
This commit is contained in:
parent
a1cfb21a81
commit
56891bda09
@ -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 {
|
|||||||
}';
|
}';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user