This commit is contained in:
Kode
2018-10-28 10:59:59 +00:00
parent d1956c4e88
commit 4351f55225
11 changed files with 59 additions and 27 deletions

View File

@@ -7,6 +7,6 @@ interface EnhancedApps
{
public function test();
public function livestats();
public function apiUrl($endpoint);
public function url($endpoint);
}