yyqdbngt opened a new pull request, #3465:
URL: https://github.com/apache/rocketmq-dashboard/pull/3465

   ### Summary
   
   `API_BASE_URL` reads `VITE_API_BASE_URL` and strips a trailing slash, 
defaulting to `/api`. The suite only exercised the default build.
   
   ### Changes
   
   - With `VITE_API_BASE_URL` set to `https://gateway.example/api/`, the module 
resolves to `https://gateway.example/api` (override applied and trailing slash 
stripped)
   
   ### Testing
   
   `vitest run src/config.test.ts` passes: 4 tests, 0 failures (up from 3). 
`tsc --noEmit` and `eslint` are clean.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to