Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GoGma
/
sofia-cloud
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abfebcb
sofia-cloud
/
src
/
app
/
api
/
route.ts
Gmagl
Add Sofia Cloud complete files
333c51a
2 months ago
raw
Copy download link
history
blame
Safe
134 Bytes
import
{
NextResponse
}
from
"next/server"
;
export
async
function
GET
(
) {
return
NextResponse
.
json
({
message
:
"Hello, world!"
});
}