Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bardd
/
node-pt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f686c53
node-pt
/
src
/
app.service.ts
bardd
first commit
7b850b7
7 months ago
raw
Copy download link
history
blame
Safe
150 Bytes
import
{
Injectable
}
from
'@nestjs/common'
;
@Injectable
()
export
class
AppService
{
getHello
():
string
{
return
'Hello World!'
;
}
}