Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Akash4911
/
fakeshield-api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fakeshield-api
/
fakeshield
/
src
/
config.ts
Akash4911
Production Deploy: Improved robustness and logging
66b6851
about 2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
92 Bytes
export
const
API_BASE_URL
=
import
.
meta
.
env
.
VITE_API_URL
||
'http://127.0.0.1:8001/api/v1'
;