Closed sedationh closed 4 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
petercat | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 16, 2024 3:35am |
This pull request removes the apiDomain
variable from the UserController.ts
file in the assistant package. The apiDomain
was previously set using an environment variable NEXT_PUBLIC_API_DOMAIN
. The function getUserInfo
now requires apiDomain
to be passed as a parameter instead of using the environment variable.
File | Summary |
---|---|
assistant/src/services/UserController.ts | Removed apiDomain variable and updated getUserInfo function to accept apiDomain as a parameter. |
@xingwanying 可能还需要 publish 一下
close #478