fix: update API server path in development environment to use secure HTTPS URL #39

Merged
swyoo merged 1 commits from hotfix/api-server-path into dev 2025-05-15 14:13:37 +09:00

View File

@ -1,4 +1,4 @@
NEXT_PUBLIC_API_SERVER_PATH="http://1.248.227.176:38080"
NEXT_PUBLIC_API_SERVER_PATH="https://dev-api.hanasys.jp"
NEXT_PUBLIC_HOST_URL="//1.248.227.176:4000"