Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

fix-dashboard-endpoint-trace-incorrect #186

Merged
merged 1 commit into from
Nov 11, 2019

Conversation

x22x22
Copy link
Member

@x22x22 x22x22 commented Nov 11, 2019

before:

Paste board content is label value

image

after:

Paste board content is traceIds[0] value

image

@@ -19,7 +19,7 @@ module.exports = {
devServer: {
proxy: {
'/graphql': {
target: 'http://127.0.0.1:12800',
target: `${process.env.SW_PROXY_TARGET || "http://127.0.0.1:12800"}`,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add environment variables to prevent others from accidentally committing after modifying this at development time.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wu-sheng wu-sheng added this to the 6.5.0 milestone Nov 11, 2019
@wu-sheng wu-sheng added the bug Something isn't working label Nov 11, 2019
@wu-sheng wu-sheng merged commit 7eac68b into master Nov 11, 2019
@wu-sheng wu-sheng deleted the fix-dashboard-endpoint-trace-incorrect branch November 11, 2019 16:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
2 participants