Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
biangbiang/newapi
New-Bing
/
newapi
like
0
Sleeping
App
Files
Files
Community
smgc
commited on
Jun 21
Commit
0ccc0d1
•
1 Parent(s):
1e072c3
Update Caddyfile
Browse files
Files changed (1)
hide
show
Caddyfile
+2
-2
Caddyfile
CHANGED
Viewed
@@ -8,8 +8,8 @@
8
}
9
10
:3001 {
11
-
route /api
/*
{
12
-
handle_path /api
/*
{
13
reverse_proxy localhost:3000
14
}
15
}
8
}
9
10
:3001 {
11
+
route /api {
12
+
handle_path /api {
13
reverse_proxy localhost:3000
14
}
15
}