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