Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abadesalex
/
DocuRAG
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bc0b69d
DocuRAG
/
App
/
my-app
/
src
/
services
/
api
/
api.config.js
abadesalex
test
714be4e
12 months ago
raw
Copy download link
history
blame
132 Bytes
const
baseUrl =
"http://localhost:8000/api"
;
// const baseUrl = "https://abadesalex-docurag.hf.space/api";
export
default
baseUrl;