pull/2254/head
Peter Goodhall 2023-07-05 14:48:38 +01:00
rodzic 355070438d
commit cfa0a59156
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ class API extends CI_Controller {
// Do absolutely nothing
function index()
{
echo "nothing to see"
echo "nothing to see";
}
function help()