fix: update port to 3003

This commit is contained in:
Jet 2026-03-18 17:53:55 -07:00
parent 2e9b32a8fd
commit add50dc7af
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -115,7 +115,7 @@ in
header Cross-Origin-Embedder-Policy "require-corp"
handle /api/* {
reverse_proxy 127.0.0.1:3001
reverse_proxy 127.0.0.1:3003
}
handle {
@ -132,7 +132,7 @@ in
header Cross-Origin-Embedder-Policy "require-corp"
handle /api/* {
reverse_proxy 127.0.0.1:3001
reverse_proxy 127.0.0.1:3003
}
handle {