Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Dimaaaaaaaaaa/sonnik
Dimaaaaaaaaaa
/
ber
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
06f4177
ber
/
test.php
Rooni
Create test.php
7d1cf4c
verified
5 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
);
?>