refactoring testApi
This commit is contained in:
@@ -8,7 +8,9 @@ require_once("participoLib/shiai.php");
|
||||
// - we send a json-formatted response
|
||||
header("Content-Type: application/json");
|
||||
// - sending body payload
|
||||
echo json_encode(
|
||||
Shiai::dbSelect()
|
||||
echo(
|
||||
json_encode(
|
||||
Shiai::dbSelect()
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user