Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sodagraph
/
YouTube_Transcript_Extraction
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7be6cd6
YouTube_Transcript_Extraction
/
frontend
/
src
/
api.js
Sodagraph
스페이스 이동
eda02a7
2 months ago
raw
Copy download link
history
blame
Safe
204 Bytes
import
axios
from
'axios'
;
const
apiClient = axios.
create
({
baseURL
: process.
env
.
VUE_APP_API_BASE_URL
||
'/api'
,
headers
: {
'Content-Type'
:
'application/json'
,
}
});
export
default
apiClient;