Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ppEmiliano
/
pipedrive
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
pipedrive
/
src
/
app
/
api
/
auth
/
[...nextauth]
/
route.ts
ppEmiliano
Add full CRM application with HF Spaces Docker deployment
ea8dde3
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
78 Bytes
import
{ handlers }
from
"@/lib/auth"
;
export
const
{
GET
,
POST
} = handlers;