chore: Update API server path in development environment #41

Merged
swyoo merged 1 commits from hotfix/api-server-path into dev-deploy 2025-05-15 14:28:14 +09:00
Showing only changes of commit 569d4f6ad4 - Show all commits

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="http://1.248.227.176:4000"