Fix API_BASE

This commit is contained in:
dvirlabs 2025-07-03 09:11:52 +03:00
parent 3a95f15461
commit 3a37129adc

View File

@ -18,7 +18,7 @@ frontend:
- path: / - path: /
pathType: Prefix pathType: Prefix
env: env:
API_BASE: "https://navix.dvirlabs.com/api" API_BASE: "https://api-navix.dvirlabs.com/api"
MINIO_ENDPOINT: "s3.dvirlabs.com" MINIO_ENDPOINT: "s3.dvirlabs.com"
MINIO_BUCKET: "navix-icons" MINIO_BUCKET: "navix-icons"
tag: master-4fc5494 tag: master-4fc5494