Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/hub-api-playground
johnnyclem
/
hub-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
03ce1cf
hub-api
/
utils
/
axios.ts
Esteves Enzo
persistant store for authorization
76ea2b9
over 1 year ago
raw
Copy download link
history
blame
196 Bytes
import
redaxios
from
'redaxios'
;
const
axios = redaxios.
create
({
baseURL
: process.
env
.
NEXT_PUBLIC_APP_APIURL
,
headers
: {
'Content-Type'
:
'application/json'
,
},
});
export
default
axios