You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/01/01 08:42:41 UTC

[incubator-skywalking-ui] branch wu-sheng-patch-1 created (now 13582a4)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git.


      at 13582a4  Update .webpackrc.js

This branch includes the following new commits:

     new 13582a4  Update .webpackrc.js

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-skywalking-ui] 01/01: Update .webpackrc.js

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git

commit 13582a43c15ee796ef3f431e0a6ebc11ecd9f84d
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Jan 1 16:42:38 2019 +0800

    Update .webpackrc.js
    
    Revert wrong address.
---
 .webpackrc.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.webpackrc.js b/.webpackrc.js
index c3bf5d8..aba80ef 100755
--- a/.webpackrc.js
+++ b/.webpackrc.js
@@ -42,7 +42,7 @@ const config = {
 
 if (process.env.NO_MOCK) {
   config.proxy['/api'] =  {
-    target: 'http://106.75.237.45:12800',
+    target: 'http://localhost:12800',
     changeOrigin: true,
     pathRewrite: path => {
       console.log(path);