Skip to content

Commit 235d731

Browse files
authored
feat: app api
1 parent 50ec361 commit 235d731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ server {
1111
}
1212

1313
# Proxy for backend
14-
location ^/(auth|storage|record|workflow|robot|proxy|api-docs)(/|$) {
14+
location ^/(auth|storage|record|workflow|robot|proxy|api-docs|api)(/|$) {
1515
proxy_pass http://localhost:8080; # change as per your setup
1616
proxy_http_version 1.1;
1717
proxy_set_header Upgrade $http_upgrade;

0 commit comments

Comments
 (0)