diff --git a/nginx.conf b/nginx.conf index 8525415..1d72944 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,6 +17,10 @@ server { proxy_pass http://host.docker.internal:8081/; } + location /alist-api/ { + proxy_pass http://host.docker.internal:5244/; + } + location /blog-api/ { proxy_pass http://host.docker.internal:8082/; } diff --git a/src/components/Food/FoodCard.vue b/src/components/Food/FoodCard.vue index e2ba125..2c0a792 100644 --- a/src/components/Food/FoodCard.vue +++ b/src/components/Food/FoodCard.vue @@ -4,7 +4,7 @@ arrow="always" @change="changeFoodEvent"> -