Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Jerry20062016
/
clouduse
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
clouduse
/
frontend
/
src
/
api
/
client.ts
Jerry20062016
feat: US-004 - Set up Vue router, Pinia stores, and axios instance
8085a4d
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
import
axios
from
'axios'
const
api = axios.
create
({
baseURL
:
''
,
withCredentials
:
true
,
})
export
default
api