fix(mobile-upgrade): 修正 API URL 为正确域名
将 API URL 从 api.rwadurian.com 改为 rwaapi.szaiai.com 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
8cd21c2fd7
commit
4e0033474f
|
|
@ -1,5 +1,5 @@
|
|||
# API Configuration
|
||||
NEXT_PUBLIC_API_URL=https://api.rwadurian.com
|
||||
NEXT_PUBLIC_API_URL=https://rwaapi.szaiai.com
|
||||
|
||||
# Application Info
|
||||
NEXT_PUBLIC_APP_NAME=RWADurian Mobile Upgrade
|
||||
|
|
|
|||
Loading…
Reference in New Issue