Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YUFI-API/Kmn
YUFI-API
/
KmnNew2.1
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fc62d99
KmnNew2.1
/
test.php
Rooni
Create test.php
7d1cf4c
verified
6 months ago
raw
Copy download link
history
blame
Safe
126 Bytes
<?php
header
(
'Content-Type: application/json'
);
$response
=
array
(
'success'
=>
true
);
echo
json_encode
(
$response
);
?>