Merge pull request 'fix: update API server path in development environment to use secure HTTPS URL' (#39) from hotfix/api-server-path into dev

Reviewed-on: #39
This commit is contained in:
swyoo 2025-05-15 14:13:36 +09:00
commit 24d8e14235

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"