Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nausad
/
AI_Doc
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AI_Doc
/
frontend
/
src
/
api.js
Nausad
Upload 30 files
ec47790
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
import
axios
from
"axios"
;
const
API
= axios.
create
({
baseURL
:
"http://127.0.0.1:5000"
,
});
export
default
API
;