Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
6
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c399afb
fastapi_django_main_live
/
routers
/
ai
/
script
/
src
/
LineMock.ts
kenken999
df
f669ed4
8 months ago
raw
Copy download link
history
blame
134 Bytes
export
class
LineMock
{
getTestData
():
any
{
return
{
postData
: {
contents
:
'iVBORw0KGg...'
,
},
};
}
}