chore: Update API server path in development environment

This commit is contained in:
yoosangwook 2025-05-15 14:27:47 +09:00
parent 772f465f9d
commit 569d4f6ad4

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