최초 커밋
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
header('Content-Type: application/json; charset=utf-8');
|
||||
echo json_encode([
|
||||
'status' => 'ok',
|
||||
'post' => $_POST,
|
||||
'method' => $_SERVER['REQUEST_METHOD']
|
||||
]);
|
||||
Reference in New Issue
Block a user